Ver Fonte

Fix loading glTF ZIP files in the editor

Sebastiaan ten Pas há 5 anos atrás
pai
commit
bdba8e2af6
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 
 						editor.addAnimation( scene, result.animations );
-						editor.execute( new AddObjectCommand( scene ) );
+						editor.execute( new AddObjectCommand( editor, scene ) );
 
 					} );