diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-10-02 22:02:42 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-10-02 22:02:42 +0100 |
commit | 5bb0b393a9ee634db1fbbde2645a6374704e184c (patch) | |
tree | f4b9a28c23286443f871817dd9e4409dea4aff9b /indra/newview/llvoavatar.cpp | |
parent | aacb7eb25fd4caceaafb145ed550e14cebeef665 (diff) |
SL-966 - behavior improvements and visualization, bonus removal of unrelated duplicate code in llappviewer.cpp
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 93885a4472..b49f22007b 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4169,7 +4169,7 @@ void LLVOAvatar::updateRootPositionAndRotation(LLAgent& agent, F32 speed, bool w if (cav) { // SL-1350: Moved to LLDrawable::updateXform() - //cav->matchVolumeTransform(); + cav->matchVolumeTransform(); } else { |