Removed an assert which broke SM64DS.
This commit is contained in:
parent
de0b2d6dc9
commit
30fe4c5d0d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue