Fix tiny typo

This commit is contained in:
Rakhim Davletkaliyev
2025-09-21 14:03:54 +03:00
committed by GitHub
parent 2e4c612d0b
commit 5dcc3c22b0

View File

@@ -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();