Oops. Fix debug text on end of song.

This commit is contained in:
Glenn Maynard
2003-05-29 00:19:50 +00:00
parent abfb4c62eb
commit c4caf4b948
+1 -1
View File
@@ -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) );
}
}