mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Delete the intersection rect when finished.
This commit is contained in:
parent
981760e19a
commit
73f2c12815
1 changed files with 2 additions and 0 deletions
|
@ -174,5 +174,7 @@ VRect_Difference (const vrect_t *r, const vrect_t *s)
|
||||||
STASH (t->next); // maybe stash the right section
|
STASH (t->next); // maybe stash the right section
|
||||||
VRect_Delete (t); // discard the left section
|
VRect_Delete (t); // discard the left section
|
||||||
|
|
||||||
|
VRect_Delete (i); // finished with the intersection rect
|
||||||
|
|
||||||
return rects;
|
return rects;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue