summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-03 22:42:02 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-03 22:42:02 +0100
commit7ed17b5c2c11b9e57316c87b29524b88edb8f762 (patch)
treed9f513fe93fc86f7adab8d297082d3c715178e8e /indra/newview/llviewerobject.cpp
parent0608bce54bc818774a38403e2252e25fb54d7ed6 (diff)
MAINT-8608, MAINT-8539, MAINT-8615 - changes to make object animation info more persistent, tolerant to race conditions during initialization
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 1cd50e3400..166fc04ad0 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -3024,6 +3024,7 @@ void LLViewerObject::linkControlAvatar()
cav->mRootVolp->recursiveMarkForUpdate(TRUE);
}
}
+ cav->updateAnimations();
}
else
{