瀏覽代碼

Corrected return value

pull/1113/head
Ray 5 年之前
父節點
當前提交
c8464bc731
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/textures.c

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

@ -830,6 +830,7 @@ void ExportImage(Image image, const char *fileName)
// Export raw pixel data (without header)
// NOTE: It's up to the user to track image parameters
SaveFileData(fileName, image.data, GetPixelDataSize(image.width, image.height, image.format));
success = true;
}
RL_FREE(imgData);

Loading…
取消
儲存