diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-08 16:05:49 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-08 16:05:49 +0100 |
commit | 2aa890da0bd8b42493745daa736c5ed9451bbf91 (patch) | |
tree | ff1af773b8300a7e804c4bb90d3ef2a2e59ab8ba /indra/newview/lldrawable.cpp | |
parent | 943a1f3e802ee75683266a9a5d24ae4610207232 (diff) |
SL-718 - better support for transforms of animated attachments
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r-- | indra/newview/lldrawable.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index 8001486b53..6799c3f862 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -698,11 +698,6 @@ F32 LLDrawable::updateXform(BOOL undamped) mXform.setScale(LLVector3(1,1,1)); //no scale in drawable transforms (IT'S A RULE!) mXform.updateMatrix(); - if (mVObjp && mVObjp->isRootEdit() && mVObjp->getControlAvatar()) - { - mVObjp->getControlAvatar()->matchVolumeTransform(); - } - if (mSpatialBridge) { gPipeline.markMoved(mSpatialBridge, FALSE); |