From 9daaee589ab753530dcea126b4db77ff81c795da Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Dec 2002 22:10:28 +0000 Subject: [PATCH] don't ignore null updates --- stepmania/src/Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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