This commit is contained in:
parent
16d430eadd
commit
d8d3e1626c
4 changed files with 0 additions and 7 deletions
|
@ -331,7 +331,6 @@ int i;
|
||||||
font.print(256+1,90+1,buf);
|
font.print(256+1,90+1,buf);
|
||||||
|
|
||||||
PrimDisplay();
|
PrimDisplay();
|
||||||
VSync(0);
|
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
}
|
}
|
||||||
font.dump();
|
font.dump();
|
||||||
|
|
|
@ -270,9 +270,7 @@ void DoAssert( const char * Txt, const char * file, const int line )
|
||||||
InitOTag(OtPtr, MAX_OT);
|
InitOTag(OtPtr, MAX_OT);
|
||||||
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
|
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
|
||||||
|
|
||||||
VSync(0);
|
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
// PrimDisplay();
|
|
||||||
DrawOTag(OtPtr);
|
DrawOTag(OtPtr);
|
||||||
|
|
||||||
while(DrawSync(1));
|
while(DrawSync(1));
|
||||||
|
@ -280,9 +278,7 @@ void DoAssert( const char * Txt, const char * file, const int line )
|
||||||
InitOTag(OtPtr, MAX_OT);
|
InitOTag(OtPtr, MAX_OT);
|
||||||
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
|
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
|
||||||
|
|
||||||
VSync(0);
|
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
// PrimDisplay();
|
|
||||||
DrawOTag(OtPtr);
|
DrawOTag(OtPtr);
|
||||||
|
|
||||||
while(DrawSync(1));
|
while(DrawSync(1));
|
||||||
|
|
|
@ -241,7 +241,6 @@ void exc_c(void)
|
||||||
|
|
||||||
// Swap
|
// Swap
|
||||||
while(DrawSync(1));
|
while(DrawSync(1));
|
||||||
VSync(0);
|
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
PrimDisplay();
|
PrimDisplay();
|
||||||
}
|
}
|
||||||
|
|
|
@ -221,7 +221,6 @@ void MainLoop()
|
||||||
s_paulScene.render();
|
s_paulScene.render();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VSync(0);
|
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
PrimDisplay();
|
PrimDisplay();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue