fix Model animations not looping

This commit is contained in:
Chris Danford
2003-08-23 19:32:35 +00:00
parent 859ace0201
commit 00a107ad70
+4
View File
@@ -770,6 +770,10 @@ Model::AdvanceFrame (float dt)
m_fCurrFrame = 0.0f;
return;
}
else
{
m_fCurrFrame = 0.0f;
}
}