Browse Source

Update copyTools.ts

aWeirdo 4 years ago
parent
commit
2279eebfb8
1 changed files with 1 additions and 1 deletions
  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;
         }