diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-08-04 21:13:10 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-08-04 21:13:10 +0100 |
commit | e27efe894740c0c3c959115524ac49db9615262a (patch) | |
tree | 2a8600c58fa1e7d8cd0756956c11713bbcf27e81 /indra/llcharacter | |
parent | f196d8b18dc90d7204061ea6df5ea17eecfd9ccf (diff) |
SL-731 - more bug fix
Diffstat (limited to 'indra/llcharacter')
-rw-r--r-- | indra/llcharacter/llcharacter.cpp | 2 |
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; } |