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) ); } }