Fixes FIRE-3657, MAINT-601 - Avatar imposter amimation speed issues

Mobius 2012-03-26 10:59:48 +01:00
parent 9c7fee3514
commit 26bebed6cd
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ void LLMotionController::updateMotions(bool force_update)
void LLMotionController::updateMotionsMinimal()
{
// Always update mPrevTimerElapsed
mPrevTimerElapsed = mTimer.getElapsedTimeF32();
mAnimTime = mPrevTimerElapsed = mTimer.getElapsedTimeF32();
purgeExcessMotions();
updateLoadingMotions();