浏览代码

Specified the pixel sequence order in the code comment

pull/5113/head
Roland Marchand 2 个月前
父节点
当前提交
47131ed219
找不到此签名对应的密钥 GPG 密钥 ID: 2ADE70183857A754
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
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)
{

正在加载...
取消
保存