fix Model animations not looping
This commit is contained in:
@@ -770,6 +770,10 @@ Model::AdvanceFrame (float dt)
|
|||||||
m_fCurrFrame = 0.0f;
|
m_fCurrFrame = 0.0f;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_fCurrFrame = 0.0f;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user