Browse Source

Update core_basic_window.c

pull/1851/head
Ray 4 years ago
parent
commit
43efe92e21
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/core/core_basic_window.c

+ 2
- 2
examples/core/core_basic_window.c View File

@ -45,9 +45,9 @@ int main(void)
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
BeginDrawing(); 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(); EndDrawing();
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------

Loading…
Cancel
Save