Removed an assert which broke SM64DS.

This commit is contained in:
luigi__ 2009-02-06 15:06:30 +00:00
parent de0b2d6dc9
commit 30fe4c5d0d
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@ void gfx3d_glFlush(u32 v)
{
gfx3d_FlushFIFO();
assert(!flushPending);
//assert(!flushPending);
flushPending = TRUE;
gfx3d.sortmode = BIT0(v);
gfx3d.wbuffer = BIT1(v);