From 85bd13c41d9c0235c4860718defdb838d12f73ee Mon Sep 17 00:00:00 2001 From: sDos280 <107134807+sDos280@users.noreply.github.com> Date: Sun, 31 Jul 2022 11:31:14 +0300 Subject: [PATCH] removing typo, Colours->Colors (#2603) --- examples/textures/textures_mouse_painting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/textures/textures_mouse_painting.c b/examples/textures/textures_mouse_painting.c index 50c5c1645..eb6dc480a 100644 --- a/examples/textures/textures_mouse_painting.c +++ b/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,