Fix assert fail. (Found this one by letting autoplay go for a while with

the debug console paused; might normally happen in a fast song after
losing a bunch of frames.)
This commit is contained in:
Glenn Maynard
2002-09-05 01:16:57 +00:00
parent 28e837e242
commit 41d4db5e6f
+1
View File
@@ -47,6 +47,7 @@ void GrayArrow::Update( float fDeltaTime )
void GrayArrow::Step()
{
SetZoom( g_fStepZoom );
StopTweening();
BeginTweening( g_fStepSeconds );
SetTweenZoom( 1 );
}