ref_gl: fix build

This commit is contained in:
mittorn 2020-02-25 19:08:17 +07:00
parent 0c69f7649c
commit 4994a7ef6f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}