Browse Source

Update textureTools.ts

aWeirdo 4 năm trước cách đây
mục cha
commit
3eea4243bf
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Misc/textureTools.ts

+ 4 - 0
src/Misc/textureTools.ts

@@ -89,6 +89,10 @@ export class TextureTools {
         }
 
         var pixels = texture.readPixels(faceIndex, level);
+        if (!pixels) {
+            return null;
+        }
+        
         var size = texture.getSize();
         var width = size.width;
         var height = size.height;