From 1fd5d03847437e96fa6b5a08e08e36cb218f990f Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 17 Nov 2017 11:48:58 +0000 Subject: SL-763 - disabled in slightly different way, more comments --- indra/llcharacter/llmotioncontroller.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indra/llcharacter') diff --git a/indra/llcharacter/llmotioncontroller.cpp b/indra/llcharacter/llmotioncontroller.cpp index bd23859bcb..4c3a676382 100644 --- a/indra/llcharacter/llmotioncontroller.cpp +++ b/indra/llcharacter/llmotioncontroller.cpp @@ -815,10 +815,10 @@ void LLMotionController::updateLoadingMotions() void LLMotionController::updateMotions(bool force_update) { // SL-763: "Distant animated objects run at super fast speed" - // The use_quantum optimization does not work as implemented. - // Disabling until such time as someone can do a deeper dive. - //BOOL use_quantum = (mTimeStep != 0.f); - BOOL use_quantum = FALSE; + // The use_quantum optimization or possibly the associated code in setTimeStamp() + // does not work as implemented. + // Currently setting mTimeStep to nonzero is disabled elsewhere. + BOOL use_quantum = (mTimeStep != 0.f); // Always update mPrevTimerElapsed F32 cur_time = mTimer.getElapsedTimeF32(); -- cgit v1.2.3