ref_gl: fix build
This commit is contained in:
parent
0c69f7649c
commit
4994a7ef6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue