소스 검색

Update copyTools.ts

aWeirdo 4 년 전
부모
커밋
72a402bca1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Misc/copyTools.ts

+ 1 - 0
src/Misc/copyTools.ts

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