summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-09-08 22:08:52 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-09-08 22:08:52 +0100
commit9b41f1a8254da705f1433ecd29a1b6ff3ad39584 (patch)
tree73083e099d159c6c38bc86c2b2bcebb831a98b3a /indra
parent898dfdb52d24701bb2e51fd783c91721c0f5f40e (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.cpp2
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()