瀏覽代碼

removing typo, Colours->Colors (#2603)

pull/2607/head
sDos280 2 年之前
committed by GitHub
父節點
當前提交
85bd13c41d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/textures/textures_mouse_painting.c

+ 1
- 1
examples/textures/textures_mouse_painting.c 查看文件

@ -29,7 +29,7 @@ int main(void)
InitWindow(screenWidth, screenHeight, "raylib [textures] example - mouse painting");
// Colours to choose from
// Colors to choose from
Color colors[MAX_COLORS_COUNT] = {
RAYWHITE, YELLOW, GOLD, ORANGE, PINK, RED, MAROON, GREEN, LIME, DARKGREEN,
SKYBLUE, BLUE, DARKBLUE, PURPLE, VIOLET, DARKPURPLE, BEIGE, BROWN, DARKBROWN,

Loading…
取消
儲存