From 09885ce34b8844ec821ee3d31d816c2bbce37a5a Mon Sep 17 00:00:00 2001 From: Hannu Hanhi Date: Tue, 25 Jan 2022 05:01:23 +0200 Subject: [PATCH] did not mean to remove this line --- src/r_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_main.c b/src/r_main.c index f71c6b255..d755ea87d 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -1571,6 +1571,7 @@ void R_RenderPlayerView(void) R_ClipSprites(drawsegs, NULL); ps_sw_spritecliptime = I_GetPreciseTime() - ps_sw_spritecliptime; + // Add skybox portals caused by sky visplanes. if (cv_skybox.value && player->skybox.viewpoint) Portal_AddSkyboxPortals(player);