diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 20:51:18 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 20:51:18 +0200 |
| commit | 22998e309dcf6c95c36730f86030bece0fca9667 (patch) | |
| tree | c35f1747655a3112f09ff23372811c8ac0259902 /editor | |
| parent | 343ce367077777dab463816a0d1c5bb9bee9c837 (diff) | |
a
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/draw.cpp | 2 |
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 |
