Procházet zdrojové kódy

removing typo, Colours->Colors (#2603)

sDos280 před 3 roky
rodič
revize
85bd13c41d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,