sebastien hace 7 años
padre
commit
4f8c320b64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                         }