Browse Source

removed macro that does nothing (#5163)

pull/5168/head
wileyanderssen 1 month ago
committed by GitHub
parent
commit
998a18b641
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/rtextures.c

+ 0
- 2
src/rtextures.c View File

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

Loading…
Cancel
Save