Skip to content
Snippets Groups Projects
Commit 71646e47 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Prevent animations from going back in time

parent 0abd14e4
No related branches found
No related tags found
No related merge requests found
......@@ -865,7 +865,7 @@ void LLMotionController::updateMotions(bool force_update)
}
else
{
mAnimTime = update_time;
mAnimTime = llmax(mAnimTime, update_time);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment