This commit is contained in:
Jonathan Young 2013-09-21 19:37:12 +10:00
parent 4c7a2c5de3
commit b3983e582a
2 changed files with 2 additions and 2 deletions

View file

@ -626,7 +626,7 @@ static void R_CheckPortableExtensions()
if( r_debugContext.GetInteger() >= 1 ) if( r_debugContext.GetInteger() >= 1 )
{ {
qglDebugMessageCallbackARB( (GLDEBUGPROCARB)DebugCallback, NULL ); qglDebugMessageCallbackARB( ( GLDEBUGPROCARB )DebugCallback, NULL );
} }
if( r_debugContext.GetInteger() >= 2 ) if( r_debugContext.GetInteger() >= 2 )
{ {