Browse Source

Stupid me

sebastien 7 năm trước cách đây
mục cha
commit
4f8c320b64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
                         }