diff --git a/src/main.cc b/src/main.cc index b2c1862..8ce0756 100644 --- a/src/main.cc +++ b/src/main.cc @@ -52,6 +52,7 @@ int main() { { Game game{}; SetTargetFPS(60); + SetWindowState(FLAG_WINDOW_RESIZABLE); while (!WindowShouldClose()) { jumpartifact_demo_update(&game);