فهرست منبع

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;