소스 검색

removing typo, Colours->Colors (#2603)

pull/2607/head
sDos280 3 년 전
committed by GitHub
부모
커밋
85bd13c41d
No known key found for this signature in database GPG 키 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,

불러오는 중...
취소
저장