From aa12b73386d23163f306129ad2cfcae04f89ade2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Dec 2002 04:48:36 +0000 Subject: [PATCH] fix a tween overflow --- stepmania/src/ScreenMapControllers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index 0ea9b972ff..cafaca667f 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -153,6 +153,7 @@ void ScreenMapControllers::Input( const DeviceInput& DeviceI, const InputEventTy { //m_textError.SetText( "Game option is set to ignore the Joystick D-Pad." ); //m_fErrorDisplayCountdown = 5; // show the error message + m_textError.StopTweening(); m_textError.SetDiffuse( RageColor(0,1,0,1) ); m_textError.BeginTweening( 3 ); m_textError.BeginTweening( 1 );