Michael Bond 7 年 前
コミット
d8d2f16ca8
1 ファイル変更1 行追加1 行削除
  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;