summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-25 20:51:18 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-25 20:51:18 +0200
commit22998e309dcf6c95c36730f86030bece0fca9667 (patch)
treec35f1747655a3112f09ff23372811c8ac0259902 /editor
parent343ce367077777dab463816a0d1c5bb9bee9c837 (diff)
a
Diffstat (limited to 'editor')
-rw-r--r--editor/draw.cpp2
1 files changed, 1 insertions, 1 deletions
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