Sfoglia il codice sorgente

Update rtextures.c

Ray 2 settimane fa
parent
commit
708c1539e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/rtextures.c

+ 1 - 1
src/rtextures.c

@@ -650,7 +650,7 @@ bool ExportImage(Image image, const char *fileName)
         allocatedData = true;
     }
 
-    if (false) { 0 } // Required to attach following 'else' cases
+    if (false) { } // Required to attach following 'else' cases
 #if defined(SUPPORT_FILEFORMAT_PNG)
     else if (IsFileExtension(fileName, ".png"))
     {