diff options
Diffstat (limited to 'floormat')
| -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 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<int> resolution{1024, 768}; + Magnum::Math::Vector2<int> resolution{1536, 1152}; Corrade::Containers::String title{"Test"}; Corrade::Containers::String disabled_extensions; // TODO bool vsync = true; |
