Skip to content
Snippets Groups Projects
Commit 89843d0e authored by Hannu Hanhi's avatar Hannu Hanhi
Browse files

did not mean to remove this line

parent ba04b045
Branches
Tags
1 merge request!1724Fix portals
...@@ -1515,6 +1515,7 @@ void R_RenderPlayerView(player_t *player) ...@@ -1515,6 +1515,7 @@ void R_RenderPlayerView(player_t *player)
R_ClipSprites(drawsegs, NULL); R_ClipSprites(drawsegs, NULL);
PS_STOP_TIMING(ps_sw_spritecliptime); PS_STOP_TIMING(ps_sw_spritecliptime);
// Add skybox portals caused by sky visplanes. // Add skybox portals caused by sky visplanes.
if (cv_skybox.value && skyboxmo[0]) if (cv_skybox.value && skyboxmo[0])
Portal_AddSkyboxPortals(); Portal_AddSkyboxPortals();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment