Explorar o código

Merge pull request #4218 from githuborwhatever/master

SceneLoader.ImportMeshAsync now sends pluginExtension to wrapped ImportMesh call
David Catuhe %!s(int64=7) %!d(string=hai) anos
pai
achega
42e1fb36f1
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);
             });
         }