浏览代码

Fix loading glTF ZIP files in the editor

Sebastiaan ten Pas 5 年之前
父节点
当前提交
bdba8e2af6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/js/Loader.js

+ 1 - 1
editor/js/Loader.js

@@ -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 ) );
 
 
 					} );
 					} );