diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-22 16:31:22 +0900 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-22 16:31:22 +0900 |
commit | a7722e51e7443fc464b21b20576f179a43f0a21a (patch) | |
tree | 31eae77675a569bdf46d205577a9bfecebafd022 /src | |
parent | d82f0d5a7ea3b964118a0923e14b28128b081ecf (diff) |
Set window resizable
Diffstat (limited to 'src')
-rw-r--r-- | src/ray.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ window\n"); } SetTargetFPS(60); + SetWindowState(FLAG_WINDOW_RESIZABLE); BeginDrawing(); ClearBackground(RAYWHITE); |