diff --git a/src/renderer.cpp b/src/renderer.cpp index d7ae5db..8430bcc 100644 --- a/src/renderer.cpp +++ b/src/renderer.cpp @@ -241,8 +241,6 @@ initGlOptions() // TODO: glDebugMessageCallback is only availabe from >v4.3 // check and warn if context doesn't support this function here - // NOTE: nice extension detection program here: - // https://gist.github.com/dooglz/578b7bd913253c52c3c6 glEnable (GL_DEBUG_OUTPUT); glDebugMessageCallback((GLDEBUGPROC) openglDebugCallback, 0); // hide VRAM debug messages