Browse Source

Update copyTools.ts

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

+ 1 - 1
src/Misc/copyTools.ts

@@ -19,7 +19,7 @@ export class CopyTools {
         }
 
         var internalTexture = texture.getInternalTexture();
-        if (!internalTexture || internalTexture.isCube) {
+        if (!internalTexture) {
             return null;
         }