소스 검색

add comment

Trevor Baron 7 년 전
부모
커밋
53ae4e98b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Loading/babylon.sceneLoader.ts

+ 1 - 0
src/Loading/babylon.sceneLoader.ts

@@ -671,6 +671,7 @@
                 return null;
             }
 
+            // If entire file url is in rootUrl set this as the filename so it can be loaded successfully.
             if(sceneFilename==""){
                 sceneFilename = rootUrl;
                 rootUrl = "";