Przeglądaj źródła

Update copyTools.ts

aWeirdo 4 lat temu
rodzic
commit
2279eebfb8
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         }