diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-05-24 15:06:24 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-05-24 15:06:24 -0400 |
commit | 53b6156379636bf5e50659e62d3871df279431c4 (patch) | |
tree | eae7b1f68928ddb987f4f7f1bb8bd9903c00ac22 /indra | |
parent | 16134b2baac8eb4561eccb8c817732823c93c244 (diff) |
AVP-91 FIX avatars rebaking on every login
Whitespace change as my last checkin was reviewed and tested to pass.
Avatar baked texture hashing now works across logins and uses the correct
texture indices.
Code reviewed by Vir
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 9eea4eace4..7d84f8d071 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3095,6 +3095,7 @@ void LLAgent::processAgentCachedTextureResponse(LLMessageSystem *mesgsys, void * if (texture_entry) { EBakedTextureIndex baked_index = texture_entry->mBakedTextureIndex; + if (gAgentQueryManager.mActiveCacheQueries[baked_index] == query_id) { if (texture_id.notNull()) |