mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fixed: stacked sector portals were not added to the render list
This commit is contained in:
parent
cd778b6bdc
commit
2657c08831
1 changed files with 1 additions and 1 deletions
|
@ -174,8 +174,8 @@ void GLWall::SkyPlane(sector_t *sector, int plane, bool allowreflect)
|
|||
planemirror = plane == sector_t::ceiling ? §or->ceilingplane : §or->floorplane;
|
||||
}
|
||||
else return;
|
||||
PutWall(0);
|
||||
}
|
||||
PutWall(0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue