diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-02 17:27:11 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-02 17:27:11 -0400 |
| commit | 819d6bec16a34beb057e60961ed17d62fad19bce (patch) | |
| tree | a6ee836268e4303614ca967adbc287afff6bc19f /indra/newview/llagent.cpp | |
| parent | 7c14e354aedf5de21a3255a467750a09f18e33eb (diff) | |
| parent | 54ed00b6a2bff91b98a69d4f89dd1a2ce0e559fe (diff) | |
merge
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"); |
