瀏覽代碼

Update core_basic_window.c

pull/1851/head
Ray 4 年之前
父節點
當前提交
43efe92e21
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      examples/core/core_basic_window.c

+ 2
- 2
examples/core/core_basic_window.c 查看文件

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

Loading…
取消
儲存