From 3505c90d5c68bea63bac4c3cd6bb3836c98a49b8 Mon Sep 17 00:00:00 2001
From: Lactozilla <jp6781615@gmail.com>
Date: Fri, 25 Aug 2023 04:28:46 -0300
Subject: [PATCH] Clarify comment

---
 src/r_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/r_main.c b/src/r_main.c
index 3d0eafe379..a84d1cc406 100644
--- a/src/r_main.c
+++ b/src/r_main.c
@@ -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]);
-- 
GitLab