diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-21 20:01:40 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-21 20:01:40 +0100 |
commit | 30880e062afa0671b166f161ae7c109bfd37d38f (patch) | |
tree | 892705253eb3f2aadd08ac90e8dcf53a16a34a65 /indra/newview/llviewerobject.cpp | |
parent | bbe5681d05d486d86f53d2adf3fa40b136c29df9 (diff) |
SL-751, SL-691 - test lsl scripts update, better syncing between skeleton and drawable
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index cb9f9e0455..e2fbac023a 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -4062,10 +4062,6 @@ void LLViewerObject::setPosition(const LLVector3 &pos, BOOL damped) // position caches need to be up to date on root objects updatePositionCaches(); } - if (getControlAvatar() && isRootEdit()) - { - getControlAvatar()->matchVolumeTransform(); - } } void LLViewerObject::setPositionGlobal(const LLVector3d &pos_global, BOOL damped) |