diff options
| author | prep linden <prep@lindenlab.com> | 2011-01-27 17:13:08 -0500 |
|---|---|---|
| committer | prep linden <prep@lindenlab.com> | 2011-01-27 17:13:08 -0500 |
| commit | 2e8640c3b084d00b3fa5de93b75ccaf25f2126a6 (patch) | |
| tree | 0c3180c68b1d7f5bf32ab2d8233d9dcfe5206670 /indra/newview/llvoavatarself.cpp | |
| parent | 1b97777f1ac5505be698837d8c94a4f5ff3af786 (diff) | |
Optimization so that updateRiggedAttachments is not called every frame - still a WIP.
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 1ba4f9ce2d..d27d7be21b 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1139,7 +1139,7 @@ const LLViewerJointAttachment *LLVOAvatarSelf::attachObject(LLViewerObject *view LLAppearanceMgr::instance().registerAttachment(attachment_id); // Clear any pending requests once the attachment arrives. removeAttachmentRequest(attachment_id); - updateLOD(); + updateLODRiggedAttacmhments(); } return attachment; |
