diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-02-01 11:16:43 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-02-01 11:16:43 -0500 |
commit | 293b35f000ca4e8a4bcf85dc4782b2a72d1887ea (patch) | |
tree | 70c1731808e5449a56b8a38007c6c952bb559f48 /indra/newview/llvoavatarself.cpp | |
parent | d0cba9e9194841e8867afcbd02b3792b652756ab (diff) | |
parent | ee39db49a38a626e72e1924e4c157b16d90e8ee6 (diff) |
Automated merge from mesh-development
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 3c66c4860e..75966a0f96 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -625,7 +625,7 @@ BOOL LLVOAvatarSelf::updateCharacter(LLAgent &agent) mScreenp->updateWorldMatrixChildren(); resetHUDAttachments(); } - LLVOAvatar::rebuildRiggedAttachments(); + return LLVOAvatar::updateCharacter(agent); } @@ -1139,6 +1139,7 @@ const LLViewerJointAttachment *LLVOAvatarSelf::attachObject(LLViewerObject *view LLAppearanceMgr::instance().registerAttachment(attachment_id); // Clear any pending requests once the attachment arrives. removeAttachmentRequest(attachment_id); + updateLODRiggedAttachments(); } return attachment; |