From 0fa4a8542bf9eda8bd9c28da199b3e90e04279b9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 22 Nov 2022 03:19:29 +0100 Subject: wip --- floormat/settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floormat') diff --git a/floormat/settings.hpp b/floormat/settings.hpp index 538d932d..bfc057ed 100644 --- a/floormat/settings.hpp +++ b/floormat/settings.hpp @@ -17,7 +17,7 @@ struct fm_settings fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(fm_settings); fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(fm_settings); - Magnum::Math::Vector2 resolution{1024, 768}; + Magnum::Math::Vector2 resolution{1536, 1152}; Corrade::Containers::String title{"Test"}; Corrade::Containers::String disabled_extensions; // TODO bool vsync = true; -- cgit v1.2.3