Backed out changeset: c91ab2b22a29 - Avatar imposter amimation speed issues - FAILED QA

Tank_Master 2012-08-12 07:57:53 -07:00
parent 165a5fc4ab
commit 12e7f1a129
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
mAnimTime = mPrevTimerElapsed = mTimer.getElapsedTimeF32();
mPrevTimerElapsed = mTimer.getElapsedTimeF32();
purgeExcessMotions();
updateLoadingMotions();