aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Config.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-29 21:20:48 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-29 21:20:48 +0100
commit7ae597ac9268e031927f94dd89c20ab6c034f5de (patch)
treeee04ad307c70d9007b7e2589c33b4ebcf2fbb287 /src/crepe/api/Config.h
parent85aa57e33d493502b05984ce44db6c68f627a6f2 (diff)
working floating point black bars
Diffstat (limited to 'src/crepe/api/Config.h')
-rw-r--r--src/crepe/api/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h
index 225e9b9..200a3b0 100644
--- a/src/crepe/api/Config.h
+++ b/src/crepe/api/Config.h
@@ -67,7 +67,7 @@ public:
//! default window settings
struct {
//TODO make this constexpr because this will never change
- ivec2 default_size = {1080, 720};
+ ivec2 default_size = {1280, 720};
std::string window_title = "Jetpack joyride clone";
} window_settings;