Skip to content

Commit

Permalink
ref: gl: fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Sep 11, 2023
1 parent 1589def commit 8eef212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/gl/gl_studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3929,7 +3929,7 @@ void CL_InitStudioAPI( void )
pStudioDraw = &gStudioDraw;

// trying to grab them from client.dll
cl_righthand = Cvar_FindVar( "cl_righthand" );
cl_righthand = gEngfuncs.pfnGetCvarPointer( "cl_righthand", 0 );

// Xash will be used internal StudioModelRenderer
if( gEngfuncs.pfnGetStudioModelInterface( STUDIO_INTERFACE_VERSION, &pStudioDraw, &gStudioAPI ))
Expand Down

0 comments on commit 8eef212

Please sign in to comment.