浏览代码

Removed unneeded comment

pull/66/head
Ray 9 年前
父节点
当前提交
67423ff64b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      src/textures.c

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

@ -1028,8 +1028,6 @@ void ImageColorTint(Image *image, Color color)
UnloadImage(*image);
free(pixels);
TraceLog(INFO,"color tint applied");
image->data = processed.data;
}

正在加载...
取消
保存