- fixed: stacked sector portals were not added to the render list

This commit is contained in:
Christoph Oelckers 2016-01-13 21:33:27 +01:00
parent cd778b6bdc
commit 2657c08831
1 changed files with 1 additions and 1 deletions

View File

@ -174,8 +174,8 @@ void GLWall::SkyPlane(sector_t *sector, int plane, bool allowreflect)
planemirror = plane == sector_t::ceiling ? &sector->ceilingplane : &sector->floorplane;
}
else return;
PutWall(0);
}
PutWall(0);
}