mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 10:56:28 +00:00
Minor format tweaks
This commit is contained in:
@@ -425,7 +425,7 @@ bool ExportImage(Image image, const char *fileName)
|
||||
RL_FREE(fileData);
|
||||
}
|
||||
#else
|
||||
if (false) {}
|
||||
if (false) { }
|
||||
#endif
|
||||
#if defined(SUPPORT_FILEFORMAT_BMP)
|
||||
else if (IsFileExtension(fileName, ".bmp")) success = stbi_write_bmp(fileName, image.width, image.height, channels, imgData);
|
||||
|
Reference in New Issue
Block a user