From 22998e309dcf6c95c36730f86030bece0fca9667 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Oct 2022 20:51:18 +0200 Subject: a --- editor/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/draw.cpp b/editor/draw.cpp index f15a93af..c0ee7d1a 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -51,7 +51,7 @@ void app::draw() GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, false); // nvidia krap render_menu(); if (debug) - GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, true); // nvidia krap + GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, true); // nvidia krap } } // namespace floormat -- cgit v1.2.3