summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-06 18:16:36 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-06 18:16:36 +0100
commit8009972ccbb68a252050a353aada458e9e05b893 (patch)
treec83f688a909f5637484273987a342e0030ad551d /floormat
parent8f275a126f56f4d1cb54c99a467ce8a29de0f6ea (diff)
main: don't override magnum's cmdline options
Diffstat (limited to 'floormat')
-rw-r--r--floormat/settings.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/floormat/settings.hpp b/floormat/settings.hpp
index aa0b71c8..871ea685 100644
--- a/floormat/settings.hpp
+++ b/floormat/settings.hpp
@@ -18,7 +18,6 @@ struct fm_settings
String title = "floormat editor"_s;
const char* const* argv = nullptr; int argc = 0;
Magnum::Math::Vector2<int> resolution{1024, 720};
- fm_gpu_debug gpu_debug = fm_gpu_debug::on;
bool vsync = true;
bool resizable : 1 = true,
fullscreen : 1 = false,