mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Clarify comment
This commit is contained in:
parent
d7bc644dfe
commit
3505c90d5c
1 changed files with 1 additions and 1 deletions
|
@ -1559,7 +1559,7 @@ void R_RenderPlayerView(player_t *player)
|
|||
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);
|
||||
|
||||
Mask_Post(&masks[nummasks - 1]);
|
||||
|
|
Loading…
Reference in a new issue