From c4caf4b9483b992f29eb213fe4cdbda9d6fa2ddb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 May 2003 00:19:50 +0000 Subject: [PATCH] Oops. Fix debug text on end of song. --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index bcbe65fa02..a63bcec113 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1780,7 +1780,7 @@ void ScreenGameplay::TweenOffScreen() { m_textDebug.StopTweening(); m_textDebug.BeginTweening( 1/8.f ); - m_textDebug.SetDiffuse( RageColor(1,1,1,1) ); + m_textDebug.SetDiffuse( RageColor(1,1,1,0) ); } }