diff options
author | prep linden <prep@lindenlab.com> | 2011-01-27 16:12:13 -0500 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-01-27 16:12:13 -0500 |
commit | 1b97777f1ac5505be698837d8c94a4f5ff3af786 (patch) | |
tree | dc984da118c5702fb3959dd1fd04284225c1c064 /indra/newview/llvoavatar.cpp | |
parent | 1a2ad232826bf485c6b1ec6606313cac04884b83 (diff) |
Rebuild attached rigs during attachObject
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index feb6db4700..55c5c85c21 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8163,7 +8163,7 @@ BOOL LLVOAvatar::updateLOD() mNeedsSkin = TRUE; mDrawable->clearState(LLDrawable::REBUILD_GEOMETRY); } - + rebuildRiggedAttachments(); updateVisibility(); return res; |