Allow resizable window in native build

This commit is contained in:
Stephen Seo 2023-08-21 12:58:52 +09:00
parent e24b600723
commit 530920c811

View file

@ -52,6 +52,7 @@ int main() {
{
Game game{};
SetTargetFPS(60);
SetWindowState(FLAG_WINDOW_RESIZABLE);
while (!WindowShouldClose()) {
jumpartifact_demo_update(&game);