Selaa lähdekoodia

Corrected return value

pull/1113/head
Ray 5 vuotta sitten
vanhempi
commit
c8464bc731
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/textures.c

+ 1
- 0
src/textures.c Näytä tiedosto

@ -830,6 +830,7 @@ void ExportImage(Image image, const char *fileName)
// Export raw pixel data (without header)
// NOTE: It's up to the user to track image parameters
SaveFileData(fileName, image.data, GetPixelDataSize(image.width, image.height, image.format));
success = true;
}
RL_FREE(imgData);

Ladataan…
Peruuta
Tallenna