Explorar o código

* SceneLoader ImportMeshAsync now appropriately ushers its pluginExtension argument to the wrapped ImportMesh call

Eric Brooks %!s(int64=7) %!d(string=hai) anos
pai
achega
534a0ce9e2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/Loading/babylon.sceneLoader.ts

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

@@ -494,7 +494,8 @@
                     });
                 }, onProgress, (scene, message, exception) => {
                     reject(exception || new Error(message));
-                });
+                },
+                pluginExtension);
             });
         }