diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-05 16:45:06 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-05 16:45:06 +0100 |
commit | 501351915ce2df618241c5f6923cc0c0a869fdcd (patch) | |
tree | 58452907304f0f6f8d19c72f7a3d0319ed662b44 /indra | |
parent | b0f82d7c08fe14a8d24b9fba0d3751387f90653c (diff) |
SL-902 - always display animesh rigged meshes in non-static form, when skeleton is available
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index f606abedf5..9446e5ddac 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -3012,6 +3012,7 @@ void LLViewerObject::linkControlAvatar() { getControlAvatar()->rebuildAttachmentOverrides(); getControlAvatar()->updateAnimations(); + getControlAvatar()->mPlaying = true; } else { |