Selaa lähdekoodia

Update core_basic_window.c

pull/1851/head
Ray 3 vuotta sitten
vanhempi
commit
43efe92e21
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      examples/core/core_basic_window.c

+ 2
- 2
examples/core/core_basic_window.c Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna