diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 22:55:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 22:55:06 +0200 |
commit | 9076ef2ee672877bbf339d5ca8db182445f127f7 (patch) | |
tree | b1c2c8a379e864867f8ad3878fc81d9f06fa1bda /main/debug.cpp | |
parent | 27a04888cfeca3d3db127744dde60b67fe497b94 (diff) |
a
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 |