浏览代码

Comment review

pull/558/head
Ray San 6 年前
父节点
当前提交
64804f30e6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      src/textures.c

+ 1
- 2
src/textures.c 查看文件

@ -780,8 +780,7 @@ void ImageToPOT(Image *image, Color fillColor)
int format = image->format; // Store image data format to reconvert later
// TODO: Image width and height changes... do we want to store new values or keep the old ones?
// NOTE: Issues when using image.width and image.height for sprite animations...
// NOTE: Image size changes, new width and height
*image = LoadImageEx(pixelsPOT, potWidth, potHeight);
free(pixelsPOT); // Free POT pixels data

正在加载...
取消
保存