Explorar o código

Update copyTools.ts

aWeirdo %!s(int64=4) %!d(string=hai) anos
pai
achega
2279eebfb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }