medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6779f4214ed81b7f332b908575bdb4827cf75e39
parent 2e0b44727846dfccfab45a00215cd32bafb6f85a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 14 16:22:31 +0100

Stray printf, remember to enable debug output

Diffstat:
gl.cc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gl.cc b/gl.cc @@ -98,8 +98,7 @@ GLFWwindow * gl_init() { } if( GLAD_GL_ARB_debug_output ) { - printf( "ARB\n" ); - + glEnable( GL_DEBUG_OUTPUT ); glDebugMessageCallbackARB( ( GLDEBUGPROCARB ) gl_error_printer, NULL ); } #if !defined( _WIN32 )