diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-27 19:34:41 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-27 19:34:41 +0100 |
commit | 4d4255c27b45ed5e32fe7c4870e2ce3ed10cb140 (patch) | |
tree | 50a69d38060aca293aed567e5149597e360128bb /indra/newview/llvoavatar.cpp | |
parent | 963945b3ab258ea445e1d9757fc5a89ce397ff7b (diff) |
SL-1350 - keep control avatar rotation synced to corresponding root drawable
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index dba99c7e98..1f72aed5b4 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4168,7 +4168,8 @@ void LLVOAvatar::updateRootPositionAndRotation(LLAgent& agent, F32 speed, bool w LLControlAvatar *cav = dynamic_cast<LLControlAvatar*>(this); if (cav) { - cav->matchVolumeTransform(); + // SL-1350: Moved to LLDrawable::updateXform() + //cav->matchVolumeTransform(); } else { |