diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-04-02 11:22:01 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-04-02 11:22:01 -0400 |
commit | 54ed00b6a2bff91b98a69d4f89dd1a2ce0e559fe (patch) | |
tree | da99f0d2246dd11d7ae62fcd3a1d1d4bfe8d7321 /indra/newview/llagent.cpp | |
parent | 02328a13d7a5b6fde9f4a7afa7816e3acc7eee83 (diff) | |
parent | 6a7582c09d5533cab09ca07da301d9c987b422f5 (diff) |
Automated merge with https://bitbucket.org/VirLinden/runway
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 3f1f410db8..b1ece51439 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3310,13 +3310,12 @@ void LLAgent::processAgentCachedTextureResponse(LLMessageSystem *mesgsys, void * else { // no cache of this bake. request upload. - gAgentAvatarp->requestLayerSetUpload(baked_index); + gAgentAvatarp->invalidateComposite(gAgentAvatarp->getLayerSet(baked_index),TRUE); } } } } } - llinfos << "Received cached texture response for " << num_results << " textures." << llendl; gAgentAvatarp->outputRezTiming("Fetched agent wearables textures from cache. Will now load them"); |