summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorsDos280 <[email protected]>2022-07-31 11:31:14 +0300
committerGitHub <[email protected]>2022-07-31 10:31:14 +0200
commit85bd13c41d9c0235c4860718defdb838d12f73ee (patch)
tree92b9f9f4d9c2bebeacf7356c9cd272c016d24bb0 /examples
parentd59ea214054858550ce3d433a653050dacde3f1e (diff)
downloadraylib-85bd13c41d9c0235c4860718defdb838d12f73ee.tar.gz
raylib-85bd13c41d9c0235c4860718defdb838d12f73ee.zip
removing typo, Colours->Colors (#2603)
Diffstat (limited to 'examples')
-rw-r--r--examples/textures/textures_mouse_painting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_mouse_painting.c b/examples/textures/textures_mouse_painting.c
index 50c5c164..eb6dc480 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,