Don't draw the models twice. (Screen::DrawPrimitives() draws all actors that are added with AddChild())

(This was also accidentally in the previous commit.)
This commit is contained in:
Thad Ward
2003-08-25 13:39:02 +00:00
parent 214f0e2609
commit 989a56e8bb
-3
View File
@@ -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 );
}