Update hw_portal OoB height clip
Hopefully the last bug squash.
This commit is contained in:
parent
3c470019de
commit
e24c6fa4db
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ bool HWSectorStackPortal::Setup(HWDrawInfo *di, FRenderState &rstate, Clipper *c
|
|||
|
||||
// avoid recursions!
|
||||
if (origin->plane != -1) screen->instack[origin->plane]++;
|
||||
if (lines.Size() > 0)
|
||||
if (vp.IsAllowedOoB() && lines.Size() > 0)
|
||||
{
|
||||
|
||||
flat.plane.GetFromSector(lines[0].sub->sector, origin->plane);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue