removing typo, Colours->Colors (#2603)

This commit is contained in:
sDos280 2022-07-31 11:31:14 +03:00 committed by GitHub
parent d59ea21405
commit 85bd13c41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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