mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-23 05:14:15 +00:00
ref_gl: fixed GL_CheckForErrors doesn't print error message
This commit is contained in:
parent
8c351d9255
commit
2db6ad2c8a
@ -1038,7 +1038,7 @@ void GL_CheckForErrors_( const char *filename, const int fileline )
|
|||||||
if(( err = pglGetError( )) == GL_NO_ERROR )
|
if(( err = pglGetError( )) == GL_NO_ERROR )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// gEngfuncs.Con_Printf( S_OPENGL_ERROR "%s (called at %s:%i)\n", GL_ErrorString( err ), filename, fileline );
|
gEngfuncs.Con_Printf( S_OPENGL_ERROR "%s (at %s:%i)\n", GL_ErrorString( err ), filename, fileline );
|
||||||
}
|
}
|
||||||
|
|
||||||
void GL_SetupAttributes( int safegl )
|
void GL_SetupAttributes( int safegl )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user