mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
removing typo, Colours->Colors (#2603)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user