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 ) if( r_debugContext.GetInteger() >= 1 )
{ {
glDebugMessageCallbackARB( DebugCallback, NULL ); glDebugMessageCallbackARB( ( GLDEBUGPROCARB ) DebugCallback, NULL );
} }
if( r_debugContext.GetInteger() >= 2 ) if( r_debugContext.GetInteger() >= 2 )
{ {