This commit is contained in:
parent
c06cc3fbc6
commit
72a368f2a2
2 changed files with 12 additions and 3 deletions
|
@ -272,7 +272,9 @@ void DoAssert( const char * Txt, const char * file, const int line )
|
|||
|
||||
VSync(0);
|
||||
VidSwapDraw();
|
||||
PrimDisplay();
|
||||
// PrimDisplay();
|
||||
DrawOTag(OtPtr);
|
||||
|
||||
while(DrawSync(1));
|
||||
|
||||
InitOTag(OtPtr, MAX_OT);
|
||||
|
@ -280,7 +282,9 @@ void DoAssert( const char * Txt, const char * file, const int line )
|
|||
|
||||
VSync(0);
|
||||
VidSwapDraw();
|
||||
PrimDisplay();
|
||||
// PrimDisplay();
|
||||
DrawOTag(OtPtr);
|
||||
|
||||
while(DrawSync(1));
|
||||
|
||||
F.dump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue