Skip to content
Snippets Groups Projects
Commit 3505c90d authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Clarify comment

parent d7bc644d
No related branches found
No related tags found
2 merge requests!2355fix newer versions of mixerx,!2139Sector portals
...@@ -1559,7 +1559,7 @@ void R_RenderPlayerView(player_t *player) ...@@ -1559,7 +1559,7 @@ void R_RenderPlayerView(player_t *player)
R_RenderBSPNode((INT32)numnodes - 1); R_RenderBSPNode((INT32)numnodes - 1);
} }
// Don't add skybox portals while IN a skybox portal, because that'll cause infinite recursion // Don't add skybox portals while already rendering a skybox view, because that'll cause an infinite loop
Portal_AddPlanePortals(cv_skybox.value && !portal->is_skybox); Portal_AddPlanePortals(cv_skybox.value && !portal->is_skybox);
Mask_Post(&masks[nummasks - 1]); Mask_Post(&masks[nummasks - 1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment