don't ignore null updates

This commit is contained in:
Glenn Maynard
2002-12-19 22:10:28 +00:00
parent 0e104c3e45
commit 9daaee589a
+1 -1
View File
@@ -146,7 +146,7 @@ void Actor::EndDraw()
void Actor::UpdateTweening( float fDeltaTime ) void Actor::UpdateTweening( float fDeltaTime )
{ {
// update tweening // update tweening
if( m_iNumTweenStates == 0 || fDeltaTime == 0 ) if( m_iNumTweenStates == 0 )
return; return;
// we are performing a tween // we are performing a tween