diff --git a/stepmania/src/GrayArrow.cpp b/stepmania/src/GrayArrow.cpp index 83951af6e2..a683797959 100644 --- a/stepmania/src/GrayArrow.cpp +++ b/stepmania/src/GrayArrow.cpp @@ -47,6 +47,7 @@ void GrayArrow::Update( float fDeltaTime ) void GrayArrow::Step() { SetZoom( g_fStepZoom ); + StopTweening(); BeginTweening( g_fStepSeconds ); SetTweenZoom( 1 ); }