diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 20:00:18 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 20:00:18 +0100 |
| commit | 3f94dd4f7e1cc9d81ddf93c04feb804d3659bc50 (patch) | |
| tree | 2d0a9b031a53817299526fac948d61e679d55c33 | |
| parent | f63d60309ec5b34d1a4816a8cfce474e6318838c (diff) | |
rename editor window
| -rw-r--r-- | floormat/settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<int> resolution{1024, 720}; fm_gpu_debug gpu_debug = fm_gpu_debug::on; |
