This commit is contained in:
parent
e7cf64e467
commit
8a15995550
2 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue