Browse Source

Update rtextures.c

Ray 2 years ago
parent
commit
e2996f167e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/rtextures.c

+ 2 - 0
src/rtextures.c

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