mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 11:19:59 +01:00
ref_gl: fix build
This commit is contained in:
parent
0c69f7649c
commit
4994a7ef6f
@ -338,7 +338,7 @@ static void* GAME_EXPORT R_GetProcAddress( const char *name )
|
||||
extern void *gl4es_GetProcAddress( const char *name );
|
||||
return gl4es_GetProcAddress( name );
|
||||
#else // TODO: other wrappers
|
||||
return gEngFuncs.GL_GetProcAddress( name );
|
||||
return gEngfuncs.GL_GetProcAddress( name );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user