Parcourir la source

Update rtextures.c

pull/3029/head
Ray il y a 2 ans
Parent
révision
e2996f167e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/rtextures.c

+ 2
- 0
src/rtextures.c Voir le fichier

@ -525,6 +525,8 @@ bool ExportImage(Image image, const char *fileName)
{
int success = 0;
if ((image.width == 0) || (image.height == 0) || (image.data == NULL)) return success;
#if defined(SUPPORT_IMAGE_EXPORT)
int channels = 4;
bool allocatedData = false;

Chargement…
Annuler
Enregistrer