0
0
Fork 0
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:
Robert Beckebans 2014-01-09 17:53:30 +01:00
parent 7690fb4b8e
commit 573905e295

View file

@ -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 )
{