Jelajahi Sumber

add comment

Trevor Baron 7 tahun lalu
induk
melakukan
53ae4e98b3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 = "";