mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
Merge pull request #62 from DanielGibson/fix-gldebug-compile
Fix gldebug compile
This commit is contained in:
commit
2fafef6a03
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ static void R_CheckPortableExtensions()
|
|||
|
||||
if( r_debugContext.GetInteger() >= 1 )
|
||||
{
|
||||
qglDebugMessageCallbackARB( DebugCallback, NULL );
|
||||
qglDebugMessageCallbackARB( (GLDEBUGPROCARB)DebugCallback, NULL );
|
||||
}
|
||||
if( r_debugContext.GetInteger() >= 2 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue