소스 검색

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