Parcourir la source

Update core_basic_window.c

pull/1851/head
Ray il y a 3 ans
Parent
révision
43efe92e21
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      examples/core/core_basic_window.c

+ 2
- 2
examples/core/core_basic_window.c Voir le fichier

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

Chargement…
Annuler
Enregistrer