Fix tiny typo
This commit is contained in:
committed by
GitHub
parent
2e4c612d0b
commit
5dcc3c22b0
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user