diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-05-30 17:44:51 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-05-30 17:44:51 -0400 |
commit | 7f2cf1fa9cf7c09af8eeab3aa077eb0a9922d631 (patch) | |
tree | 41343ac34f14dfedbf38a7011502fc653fda6532 /indra/newview/llappearancemgr.h | |
parent | faaf8ba5c75c925d9922dda8ce43293222cadb3b (diff) |
SH-4147 FIX Macro avatar hover gets reset on relog
Hover minimum enforcement was getting triggered on relog for macro avatars before
the joint offsets were applied when loading the avatar.
Added code to verify that all attachments in COF have been rezzed, and all
attached objects are not in the process of being rebuilt to the enforcement code.
This should verify that we only apply the hover value enforcement when all rigged meshes
are actually loaded before enforcing minimum hover value
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 3fb470ef14..b63e883426 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -206,6 +206,8 @@ public: void incrementCofVersion(LLHTTPClient::ResponderPtr responder_ptr = NULL); + U32 getNumAttachmentsInCOF(); + // *HACK Remove this after server side texture baking is deployed on all sims. void incrementCofVersionLegacy(); |