get rid of vertex queue

This commit is contained in:
Glenn Maynard
2003-01-08 23:16:28 +00:00
parent 185b128ab1
commit 8c4a024888
5 changed files with 28 additions and 124 deletions
-1
View File
@@ -439,7 +439,6 @@ static void GameLoop()
SCREENMAN->Draw(); // draw the game
DISPLAY->FlushQueue();
DISPLAY->Flip();
::Sleep( 0 ); // give some time to other processes and threads