summaryrefslogtreecommitdiffhomepage
path: root/main/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/debug.cpp')
-rw-r--r--main/debug.cpp2
1 files changed, 1 insertions, 1 deletions
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