From 653f0841e4365ff41a30a980201744cb8b90d68e Mon Sep 17 00:00:00 2001 From: 54ac Date: Sun, 13 Oct 2024 16:15:29 +0200 Subject: [PATCH] ref: gl: restore r_shadows (#1843) --- ref/gl/gl_studio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ref/gl/gl_studio.c b/ref/gl/gl_studio.c index a35bab55..f2080678 100644 --- a/ref/gl/gl_studio.c +++ b/ref/gl/gl_studio.c @@ -154,8 +154,7 @@ void R_StudioInit( void ) Matrix3x4_LoadIdentity( g_studio.rotationmatrix ); - // g-cont. cvar disabled by Valve -// gEngfuncs.Cvar_RegisterVariable( &r_shadows ); + gEngfuncs.Cvar_RegisterVariable( &r_shadows ); g_studio.interpolate = true; g_studio.framecount = 0;