This commit is contained in:
Daveo 2001-08-13 15:19:03 +00:00
parent e7cf64e467
commit 8a15995550
2 changed files with 1 additions and 1 deletions

View file

@ -42,6 +42,7 @@ void PrimInit()
/*****************************************************************************/ /*****************************************************************************/
void PrimDisplay() void PrimDisplay()
{ {
while(DrawSync(1));
if ((int)CurrPrim>=(int)EndPrim) if ((int)CurrPrim>=(int)EndPrim)
{ {
ASSERT(!"PRIM OVERFLOW"); ASSERT(!"PRIM OVERFLOW");

View file

@ -210,7 +210,6 @@ void MainLoop()
#ifdef __USER_paul__ #ifdef __USER_paul__
s_paulScene.think(frames); s_paulScene.think(frames);
#endif #endif
while(DrawSync(1));
// Render States // Render States
CFader::render(); CFader::render();