Browse Source

ref: gl: fix compile

pull/2/head
Alibek Omarov 10 months ago
parent
commit
8eef212726
  1. 2
      ref/gl/gl_studio.c

2
ref/gl/gl_studio.c

@ -3929,7 +3929,7 @@ void CL_InitStudioAPI( void ) @@ -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 ))

Loading…
Cancel
Save