Accidently commited bad Lyric support coding. Re-commiting this so you do not see a timer on stage, that I made for debugging this.. Sorry! :)

This commit is contained in:
Kevin Slaughter
2003-03-08 08:05:47 +00:00
parent 69d97d461b
commit 2f96c0c812
+1 -1
View File
@@ -402,7 +402,7 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration )
m_textDebug.SetXY( DEBUG_X, DEBUG_Y );
m_textDebug.SetDiffuse( RageColor(1,1,1,1) );
this->AddChild( &m_textDebug );
this->AddChild( &m_textLyrics );
//this->AddChild( &m_textLyrics ); -- THIS IS NOT DONE YET!! (Miryokuteki)
for( int s=0; s<NUM_STATUS_ICONS; s++ )