only need to call these if we are drawing the character or dancepad.

This commit is contained in:
Thad Ward
2003-09-08 18:20:59 +00:00
parent 226f34427b
commit a34f11b7a8
+4 -4
View File
@@ -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();
}
}