diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-13 14:29:23 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-13 14:29:23 +0200 |
| commit | d109fa83bd9678fc3c9e21da48e90aa069ec1c7f (patch) | |
| tree | 69d893868806d90bbbd5bf2ea36603616fa2e70b /main/debug.cpp | |
| parent | 67897701316d83495aed4baa94e96c9f84b818f8 (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 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 |
