Fix tiny typo (#31)
This commit is contained in:
@@ -26,7 +26,7 @@ int main ()
|
|||||||
Texture wabbit = LoadTexture("wabbit_alpha.png");
|
Texture wabbit = LoadTexture("wabbit_alpha.png");
|
||||||
|
|
||||||
// game loop
|
// 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
|
// drawing
|
||||||
BeginDrawing();
|
BeginDrawing();
|
||||||
|
|||||||
Reference in New Issue
Block a user