浏览代码

Update copyTools.ts

aWeirdo 4 年之前
父节点
当前提交
0867ac31e6
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/Misc/copyTools.ts

+ 0 - 3
src/Misc/copyTools.ts

@@ -14,9 +14,6 @@ export class CopyTools {
      * @returns The base64 encoded string or null
      */
     public static GenerateBase64StringFromTexture(texture: BaseTexture, faceIndex = 0, level = 0): Nullable<string> {
-        if (!texture) {
-            return null;
-        }
 
         var internalTexture = texture.getInternalTexture();
         if (!internalTexture) {