From 2657c08831aec5c97a1fce13313c7fd2fb2871a9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 13 Jan 2016 21:33:27 +0100 Subject: [PATCH] - fixed: stacked sector portals were not added to the render list --- src/gl/scene/gl_sky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl/scene/gl_sky.cpp b/src/gl/scene/gl_sky.cpp index 2b3b06eaac..7eeda5f3d5 100644 --- a/src/gl/scene/gl_sky.cpp +++ b/src/gl/scene/gl_sky.cpp @@ -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); }