Michael Bond 7 năm trước cách đây
mục cha
commit
d8d2f16ca8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      loaders/src/glTF/2.0/babylon.glTFLoader.ts

+ 1 - 1
loaders/src/glTF/2.0/babylon.glTFLoader.ts

@@ -293,7 +293,7 @@ module BABYLON.GLTF2 {
         }
 
         private _loadScene(context: string, scene: IGLTFScene, nodeNames: any): void {
-            GLTFLoaderExtension.LoadScene(this, context, scene)) {
+            GLTFLoaderExtension.LoadScene(this, context, scene);
             
             this._rootNode = { babylonMesh: new Mesh("__root__", this._babylonScene) } as IGLTFNode;