mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update rtextures.c
This commit is contained in:
@ -650,7 +650,7 @@ bool ExportImage(Image image, const char *fileName)
|
|||||||
allocatedData = true;
|
allocatedData = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false) { 0 } // Required to attach following 'else' cases
|
if (false) { } // Required to attach following 'else' cases
|
||||||
#if defined(SUPPORT_FILEFORMAT_PNG)
|
#if defined(SUPPORT_FILEFORMAT_PNG)
|
||||||
else if (IsFileExtension(fileName, ".png"))
|
else if (IsFileExtension(fileName, ".png"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user