Fix tiny typo (#31)

This commit is contained in:
Jeffery Myers
2025-11-20 08:50:46 -08:00
committed by GitHub

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