diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-09-08 22:08:52 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-09-08 22:08:52 +0100 |
commit | 9b41f1a8254da705f1433ecd29a1b6ff3ad39584 (patch) | |
tree | 73083e099d159c6c38bc86c2b2bcebb831a98b3a /indra | |
parent | 898dfdb52d24701bb2e51fd783c91721c0f5f40e (diff) |
SL-13875 - update animation states right away when av goes from jellied to normal
Diffstat (limited to 'indra')
-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 32a168de5f..318d4359e0 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -10680,7 +10680,7 @@ void LLVOAvatar::setOverallAppearanceNormal() } mJellyAnims.clear(); - //processAnimationStateChanges(); + processAnimationStateChanges(); } void LLVOAvatar::setOverallAppearanceJellyDoll() |