This commit is contained in:
Daveo 2001-01-04 21:53:14 +00:00
parent 5c55823d63
commit e2956c44ee
12 changed files with 277 additions and 203 deletions

View file

@ -146,7 +146,6 @@ void MainLoop()
#ifdef __USER_paul__
s_paulScene.think(frames);
#endif
while(DrawSync(1));
// Render States
@ -159,8 +158,8 @@ void MainLoop()
#endif
PrimDisplay();
VidSwapDraw();
VSync(0);
VidSwapDraw();
PadUpdate();