From a7722e51e7443fc464b21b20576f179a43f0a21a Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 22 Jun 2024 16:31:22 +0900 Subject: Set window resizable --- src/ray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ray.c b/src/ray.c index 298be85..f96c626 100644 --- a/src/ray.c +++ b/src/ray.c @@ -45,6 +45,7 @@ window\n"); } SetTargetFPS(60); + SetWindowState(FLAG_WINDOW_RESIZABLE); BeginDrawing(); ClearBackground(RAYWHITE); -- cgit v1.2.3