diff --git a/src/rtextures.c b/src/rtextures.c index 81d615c38..3c0aa3d9e 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -2943,7 +2943,7 @@ void ImageColorReplace(Image *image, Color color, Color replace) } #endif // SUPPORT_IMAGE_MANIPULATION -// Load color data from image as a Color array (RGBA - 32bit) +// Load color data from image as a Color array (RGBA - 32bit) with row-major order // NOTE: Memory allocated should be freed using UnloadImageColors(); Color *LoadImageColors(Image image) {