Browse Source

Update copyTools.ts

aWeirdo 4 năm trước cách đây
mục cha
commit
72a402bca1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;