浏览代码

Update rtextures.c

pull/5168/head
Ray 1 个月前
父节点
当前提交
708c1539e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c 查看文件

@ -650,7 +650,7 @@ bool ExportImage(Image image, const char *fileName)
allocatedData = true;
}
if (false) { mi">0 } // Required to attach following 'else' cases
if (false) { } // Required to attach following 'else' cases
#if defined(SUPPORT_FILEFORMAT_PNG)
else if (IsFileExtension(fileName, ".png"))
{

正在加载...
取消
保存