浏览代码

Stupid me

sebastien 7 年之前
父节点
当前提交
4f8c320b64
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tools/DevLoader/BabylonLoader.js

+ 1 - 1
Tools/DevLoader/BabylonLoader.js

@@ -156,7 +156,7 @@ var BABYLONDEVTOOLS;
                             continue;
                         }
                         // Manage exclude files.
-                        if (library.excludeFromLoader && library.excludeFromLoader.indexOf("file") > -1) {
+                        if (library.excludeFromLoader && library.excludeFromLoader.indexOf(file) > -1) {
                             continue;
                         }