diff --git a/stepmania/src/ScreenHowToPlay.cpp b/stepmania/src/ScreenHowToPlay.cpp index da1f4e4691..e752726eec 100644 --- a/stepmania/src/ScreenHowToPlay.cpp +++ b/stepmania/src/ScreenHowToPlay.cpp @@ -273,9 +273,9 @@ void ScreenHowToPlay::DrawPrimitives() DISPLAY->SetLightOff( 0 ); DISPLAY->SetLighting( false ); - } - m_Overlay.DrawPrimitives(); - m_In.DrawPrimitives(); - m_Out.DrawPrimitives(); + m_Overlay.DrawPrimitives(); + m_In.DrawPrimitives(); + m_Out.DrawPrimitives(); + } }