From 449b98ffd452017e932cab0a52b3dac94207f95a Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Mon, 25 Aug 2003 18:46:20 +0000 Subject: [PATCH] re-add the second draw again, since it is needed for the lighting. --- stepmania/src/ScreenHowToPlay.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenHowToPlay.cpp b/stepmania/src/ScreenHowToPlay.cpp index a3b94f00e6..b7e5eea712 100644 --- a/stepmania/src/ScreenHowToPlay.cpp +++ b/stepmania/src/ScreenHowToPlay.cpp @@ -225,6 +225,9 @@ void ScreenHowToPlay::DrawPrimitives() RageColor(0,0,0,1), RageVector3(0, 0, 1) ); + m_mCharacter.Draw(); + m_mDancePad.Draw(); + DISPLAY->SetLightOff( 0 ); DISPLAY->SetLighting( false ); }