Take two for satisyfing picky compilers (casting nullptr to void*)
This commit is contained in:
parent
e91ce300fb
commit
ef6910faa9
|
@ -95,7 +95,7 @@ void enableGlDebug( bool aEnable )
|
|||
if( aEnable )
|
||||
{
|
||||
glEnable( GL_DEBUG_OUTPUT );
|
||||
glDebugMessageCallback( debugMsgCallback, (const void*) nullptr );
|
||||
glDebugMessageCallback( debugMsgCallback, (void*) nullptr );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue