diff options
Diffstat (limited to 'main/debug.cpp')
-rw-r--r-- | main/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index 04c76343..f46c63d5 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -61,7 +61,7 @@ void main_impl::register_debug_callback() { GL::DebugOutput::setCallback(_debug_callback, this); -#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 |