From 8a159955509fbce8ec443cf5485c00273e5a6804 Mon Sep 17 00:00:00 2001 From: Daveo Date: Mon, 13 Aug 2001 15:19:03 +0000 Subject: [PATCH] --- source/gfx/prim.cpp | 1 + source/system/main.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gfx/prim.cpp b/source/gfx/prim.cpp index 3efa38dfd..cbcb34260 100644 --- a/source/gfx/prim.cpp +++ b/source/gfx/prim.cpp @@ -42,6 +42,7 @@ void PrimInit() /*****************************************************************************/ void PrimDisplay() { + while(DrawSync(1)); if ((int)CurrPrim>=(int)EndPrim) { ASSERT(!"PRIM OVERFLOW"); diff --git a/source/system/main.cpp b/source/system/main.cpp index 1fb4f6eec..68024b4e7 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -210,7 +210,6 @@ void MainLoop() #ifdef __USER_paul__ s_paulScene.think(frames); #endif - while(DrawSync(1)); // Render States CFader::render();