aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-06-22 16:31:22 +0900
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-06-22 16:31:22 +0900
commita7722e51e7443fc464b21b20576f179a43f0a21a (patch)
tree31eae77675a569bdf46d205577a9bfecebafd022 /src
parentd82f0d5a7ea3b964118a0923e14b28128b081ecf (diff)
Set window resizable
Diffstat (limited to 'src')
-rw-r--r--src/ray.c1
1 files changed, 1 insertions, 0 deletions
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);