浏览代码

Fixing a typo... :smile:

Raanan Weber 8 年之前
父节点
当前提交
dfa88d6850
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Tools/babylon.tools.ts

+ 1 - 1
src/Tools/babylon.tools.ts

@@ -394,7 +394,7 @@
             return url;
             return url;
         }
         }
 
 
-        public static LoadImage(url: any, onLoad, onError: (message?: string, eception?: any) => void, database): HTMLImageElement {
+        public static LoadImage(url: any, onLoad, onError: (message?: string, exception?: any) => void, database): HTMLImageElement {
             if (url instanceof ArrayBuffer) {
             if (url instanceof ArrayBuffer) {
                 url = Tools.EncodeArrayBufferTobase64(url);
                 url = Tools.EncodeArrayBufferTobase64(url);
             }
             }