From 3f94dd4f7e1cc9d81ddf93c04feb804d3659bc50 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 Feb 2023 20:00:18 +0100 Subject: rename editor window --- floormat/settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floormat/settings.hpp b/floormat/settings.hpp index 65ae5a42..aa0b71c8 100644 --- a/floormat/settings.hpp +++ b/floormat/settings.hpp @@ -15,7 +15,7 @@ struct fm_settings fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(fm_settings); fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(fm_settings); - String title = "Test"_s; + String title = "floormat editor"_s; const char* const* argv = nullptr; int argc = 0; Magnum::Math::Vector2 resolution{1024, 720}; fm_gpu_debug gpu_debug = fm_gpu_debug::on; -- cgit v1.2.3