summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-02 22:02:42 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-02 22:02:42 +0100
commit5bb0b393a9ee634db1fbbde2645a6374704e184c (patch)
treef4b9a28c23286443f871817dd9e4409dea4aff9b /indra/newview/llvoavatar.cpp
parentaacb7eb25fd4caceaafb145ed550e14cebeef665 (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.cpp2
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
{