diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 29dee5c7ba..35f3996c29 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -146,7 +146,7 @@ void Actor::EndDraw() void Actor::UpdateTweening( float fDeltaTime ) { // update tweening - if( m_iNumTweenStates == 0 || fDeltaTime == 0 ) + if( m_iNumTweenStates == 0 ) return; // we are performing a tween