From 989a56e8bba21531e1250cbe36a8563eb6570fd1 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Mon, 25 Aug 2003 13:39:02 +0000 Subject: [PATCH] Don't draw the models twice. (Screen::DrawPrimitives() draws all actors that are added with AddChild()) (This was also accidentally in the previous commit.) --- stepmania/src/ScreenHowToPlay.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ScreenHowToPlay.cpp b/stepmania/src/ScreenHowToPlay.cpp index 88b001325d..b0b51755a3 100644 --- a/stepmania/src/ScreenHowToPlay.cpp +++ b/stepmania/src/ScreenHowToPlay.cpp @@ -236,9 +236,6 @@ void ScreenHowToPlay::DrawPrimitives() RageColor(0,0,0,1), RageVector3(0, 0, 1) ); -// m_mDancePad.Draw(); -// m_mCharacter.Draw(); - DISPLAY->SetLightOff( 0 ); DISPLAY->SetLighting( false ); }