Kaynağa Gözat

Update core_basic_window.c

pull/1851/head
Ray 3 yıl önce
ebeveyn
işleme
43efe92e21
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      examples/core/core_basic_window.c

+ 2
- 2
examples/core/core_basic_window.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet