瀏覽代碼

removed macro that does nothing (#5163)

pull/5168/head
wileyanderssen 1 月之前
committed by GitHub
父節點
當前提交
998a18b641
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/rtextures.c

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

@ -658,8 +658,6 @@ bool ExportImage(Image image, const char *fileName)
result = SaveFileData(fileName, fileData, dataSize);
RL_FREE(fileData);
}
#else
if (false) { }
#endif
#if defined(SUPPORT_FILEFORMAT_BMP)
else if (IsFileExtension(fileName, ".bmp")) result = stbi_write_bmp(fileName, image.width, image.height, channels, imgData);

Loading…
取消
儲存