this might fix the periodic crash with a null polylist
This commit is contained in:
parent
ce9523d39c
commit
e9537e2468
|
@ -309,6 +309,7 @@ void gfx3d_reset()
|
|||
{
|
||||
gfx3d = GFX3D();
|
||||
|
||||
drawPending = FALSE;
|
||||
flushPending = FALSE;
|
||||
listTwiddle = 1;
|
||||
twiddleLists();
|
||||
|
|
Loading…
Reference in New Issue