Fix typo that freezes the viewer on startup ... ouch ...

master
ziree 2019-10-20 18:03:40 +02:00
parent 8a476035ec
commit 756716d6c6
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ const LLUUID AOEngine::override(const LLUUID& pMotion, BOOL start)
S32 stateNum;
// loop through the list of states
while ((stateNum = cleanupStates[index]) != AOSet::AOSTATES_MAX);
while ((stateNum = cleanupStates[index]) != AOSet::AOSTATES_MAX)
{
// check if the next state is the one we are currently animating and skip that
AOSet::AOState* stateToCheck = mCurrentSet->getState(stateNum);