Update core_basic_window.c

This commit is contained in:
Ray 2021-06-24 10:39:43 +02:00
parent 7203acdef9
commit 43efe92e21
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ int main(void)
//----------------------------------------------------------------------------------
BeginDrawing();
ClearBackground(RAYWHITE);
ClearBackground(RAYWHITE);
DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
EndDrawing();
//----------------------------------------------------------------------------------