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;
                         }