ref: soft: remove mistakingly put const on RI.rvp

This commit is contained in:
Alibek Omarov
2026-04-13 20:58:15 +05:00
committed by a1batross
parent c224d39ba7
commit 84b7b5803b
2 changed files with 1 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ extern viddef_t vid;
typedef struct typedef struct
{ {
const ref_viewpass_t rvp; ref_viewpass_t rvp;
cl_entity_t *currententity; cl_entity_t *currententity;
model_t *currentmodel; model_t *currentmodel;

View File

@@ -1146,7 +1146,6 @@ set initial params for renderer
void R_SetupRefParams( const ref_viewpass_t *rvp ) void R_SetupRefParams( const ref_viewpass_t *rvp )
{ {
RI.rvp = *rvp; RI.rvp = *rvp;
} }
/* /*