From a2ea57320bfea7f4de241af52faa7d06c401d58c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Jan 2003 04:40:31 +0000 Subject: [PATCH] gone --- stepmania/src/Sample3dObject.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/Sample3dObject.cpp b/stepmania/src/Sample3dObject.cpp index 8aa709483b..2e88e91cfa 100644 --- a/stepmania/src/Sample3dObject.cpp +++ b/stepmania/src/Sample3dObject.cpp @@ -36,8 +36,6 @@ void Sample3dObject::Update( float fDeltaTime ) */ void Sample3dObject::DrawPrimitives() { -// DISPLAY->FlushQueue(); /* do this before rendering directly */ - /* If this is a sub-object (3d object within a 3d object), this won't * actually do anything: */ DISPLAY->EnterPerspective(60);