mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 17:32:30 +00:00
Compile fix
This commit is contained in:
parent
7690fb4b8e
commit
573905e295
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ static void R_CheckPortableExtensions()
|
|||
{
|
||||
if( r_debugContext.GetInteger() >= 1 )
|
||||
{
|
||||
glDebugMessageCallbackARB( DebugCallback, NULL );
|
||||
glDebugMessageCallbackARB( ( GLDEBUGPROCARB ) DebugCallback, NULL );
|
||||
}
|
||||
if( r_debugContext.GetInteger() >= 2 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue