From d109fa83bd9678fc3c9e21da48e90aa069ec1c7f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 13 Oct 2022 14:29:23 +0200 Subject: a --- main/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/debug.cpp') diff --git a/main/debug.cpp b/main/debug.cpp index ebf3c124..24deb775 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -71,7 +71,7 @@ void* app::register_debug_callback() GL::DebugOutput::setCallback(_debug_callback, this); GL::DebugOutput::setEnabled(true); -#if 0 +#if 1 /* Disable rather spammy "Buffer detailed info" debug messages on NVidia drivers */ GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, false); #endif -- cgit v1.2.3