未验证 提交 bdba8e2a 编写于 作者: S Sebastiaan ten Pas 提交者: GitHub

Fix loading glTF ZIP files in the editor

上级 59c85b4b
...@@ -605,7 +605,7 @@ var Loader = function ( editor ) { ...@@ -605,7 +605,7 @@ var Loader = function ( editor ) {
var scene = result.scene; var scene = result.scene;
editor.addAnimation( scene, result.animations ); editor.addAnimation( scene, result.animations );
editor.execute( new AddObjectCommand( scene ) ); editor.execute( new AddObjectCommand( editor, scene ) );
} ); } );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册