ref: soft: remove unused isSkyVisible

This commit is contained in:
Alibek Omarov
2026-04-13 13:40:25 +05:00
committed by a1batross
parent fdd3a44fa0
commit 6730ed9555
2 changed files with 0 additions and 4 deletions

View File

@@ -125,7 +125,6 @@ typedef struct
const ref_viewpass_t rvp;
qboolean drawWorld; // ignore world for drawing PlayerModel
qboolean isSkyVisible; // sky is visible
qboolean onlyClientDraw; // disabled by client request
qboolean drawOrtho; // draw world as orthogonal projection

View File

@@ -502,10 +502,7 @@ static void R_SetupFrame( void )
// current viewleaf
if( RI.drawWorld )
{
RI.isSkyVisible = false; // unknown at this moment
R_FindViewLeaf();
}
// setup twice until globals fully refactored
R_SetupFrameQ();