diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 20:33:11 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 20:33:11 +0000 |
commit | b625f9cd9956d135760da0053e46cf01692779c5 (patch) | |
tree | a6a13064f8c499fda75a954560f88d4281b90388 /indra/newview/llvoavatar.cpp | |
parent | 6e75ceeff3b145c159f23e3a24576d0622ee4e1d (diff) |
SL-763 - disabling the use_quantum optimization in LLMotionController until it can be fixed.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index b1ae7f543a..1eddf92df9 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3896,8 +3896,11 @@ void LLVOAvatar::updateTimeStep() stopMotion(ANIM_AGENT_WALK_ADJUST); removeAnimationData("Walk Speed"); } - // AXON: see SL-763 - playback with altered time step does not + // See SL-763 - playback with altered time step does not // appear to work correctly, odd behavior for distant avatars. + // As of 11-2017, LLMotionController::updateMotions() will + // ignore the value here. Need to re-enable if it's every + // fixed. mMotionController.setTimeStep(time_step); } |