Delete the intersection rect when finished.

This commit is contained in:
Bill Currie 2012-01-06 11:04:50 +09:00
parent 981760e19a
commit 73f2c12815

View file

@ -174,5 +174,7 @@ VRect_Difference (const vrect_t *r, const vrect_t *s)
STASH (t->next); // maybe stash the right section
VRect_Delete (t); // discard the left section
VRect_Delete (i); // finished with the intersection rect
return rects;
}