diff --git a/stepmania/src/ModelTypes.cpp b/stepmania/src/ModelTypes.cpp index fd1c4d3aec..1d9e9b896f 100644 --- a/stepmania/src/ModelTypes.cpp +++ b/stepmania/src/ModelTypes.cpp @@ -150,7 +150,7 @@ float AnimatedTexture::GetSecondsIntoAnimation() const for( unsigned i=0; i= m_iCurState ) + if( int(i) >= m_iCurState ) break; fSeconds += ats.fDelaySecs;