From 8898bebd8dcb4361b35dde37bdf424d09b498d60 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 26 Oct 2022 19:33:06 +0200 Subject: simplify argv handling --- main/debug.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main/debug.cpp') diff --git a/main/debug.cpp b/main/debug.cpp index e5b3c2cf..14f6131e 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -59,6 +59,7 @@ static void _debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type t void main_impl::register_debug_callback() { + GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, false); // nvidia krap GL::DebugOutput::setCallback(_debug_callback, this); } -- cgit v1.2.3