summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 11:43:57 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 11:43:57 +0200
commitf73e3661b136d4da4d66ef15b264ec7a958be335 (patch)
tree0fe84a543fee9622cfaa1dfd29714347c2496111 /main.c
parent2e04356bbb1d16c0d519156c3bcf201aea291e09 (diff)
new objects
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9b4bd1f..68e13fb 100644
--- a/main.c
+++ b/main.c
@@ -96,7 +96,7 @@ int main(int argc, char **argv)
platform_init(argc, argv, CONFIG_DIRECTORY);
settings_set_number("USE_GPU", 1);
- platform_window *window = platform_open_window_ex("Zombies!", 800, 600, 1920, 1080, 500, 500, FLAGS_MINIMIZE, update_func, 0, 0, 0, 0);
+ platform_window *window = platform_open_window_ex("Zombies!", 1600, 900, 1920, 1080, 500, 500, FLAGS_MINIMIZE, update_func, 0, 0, 0, 0);
platform_toggle_vsync(window, false);
//platform_toggle_fullscreen(window, true);