소스 검색

Update copyTools.ts

aWeirdo 4 년 전
부모
커밋
2279eebfb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }