Skip to content

Commit

Permalink
ref: gl: restore r_shadows (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
54ac authored Oct 13, 2024
1 parent 10bfadb commit 653f084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ref/gl/gl_studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 653f084

Please sign in to comment.