diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-29 13:07:44 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-29 13:07:44 -0400 |
commit | dc0abe48c624775f06cfebf1ea4d20222a7b7086 (patch) | |
tree | b99b40d4f7d51f8832931d506af8e57e93d604f1 /indra/llcharacter/lljoint.cpp | |
parent | a30e0fd9098c4be4d6aaf610d59b4165a1fa5704 (diff) |
MAINT-4605 WIP - you can't hide your lion eyes
Diffstat (limited to 'indra/llcharacter/lljoint.cpp')
-rwxr-xr-x | indra/llcharacter/lljoint.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp index 97293bf134..7c75c4920f 100755 --- a/indra/llcharacter/lljoint.cpp +++ b/indra/llcharacter/lljoint.cpp @@ -289,8 +289,9 @@ void LLJoint::removeAttachmentPosOverride( const LLUUID& mesh_id, const std::str { LL_DEBUGS("Avatar") << "av " << av_info << " joint " << getName() << " removeAttachmentPosOverride for " << mesh_id << LL_ENDL; m_attachmentOverrides.erase(it); + updatePos(av_info); } - updatePos(av_info); + } //-------------------------------------------------------------------- |