summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-08-04 21:13:10 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-08-04 21:13:10 +0100
commite27efe894740c0c3c959115524ac49db9615262a (patch)
tree2a8600c58fa1e7d8cd0756956c11713bbcf27e81 /indra/llcharacter
parentf196d8b18dc90d7204061ea6df5ea17eecfd9ccf (diff)
SL-731 - more bug fix
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llcharacter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llcharacter.cpp b/indra/llcharacter/llcharacter.cpp
index 3e58d9b3cd..4df975ecc5 100644
--- a/indra/llcharacter/llcharacter.cpp
+++ b/indra/llcharacter/llcharacter.cpp
@@ -501,7 +501,7 @@ void LLCharacter::updateVisualParams()
}
LLAnimPauseRequest LLCharacter::requestPause()
-{X
+{
mMotionController.pauseAllMotions();
return mPauseRequest;
}