From 5dcc3c22b075cb31bb2a03b3b6b188e8dbcadc08 Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Sun, 21 Sep 2025 14:03:54 +0300 Subject: [PATCH] Fix tiny typo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index aa18f0f..0f6a14b 100644 --- a/src/main.c +++ b/src/main.c @@ -26,7 +26,7 @@ int main () Texture wabbit = LoadTexture("wabbit_alpha.png"); // game loop - while (!WindowShouldClose()) // run the loop untill the user presses ESCAPE or presses the Close button on the window + while (!WindowShouldClose()) // run the loop until the user presses ESCAPE or presses the Close button on the window { // drawing BeginDrawing();