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()
{
while(DrawSync(1));
if ((int)CurrPrim>=(int)EndPrim)
{
ASSERT(!"PRIM OVERFLOW");

View File

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