Skip to content

Commit

Permalink
Editor: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jan 13, 2022
1 parent 106dbc9 commit c15bbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/js/Menubar.File.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function MenubarFile( editor ) {

saveArrayBuffer( result, 'scene.glb' );

}, { binary: true, animations: animations } );
}, undefined, { binary: true, animations: animations } );

} );
options.add( option );
Expand All @@ -276,7 +276,7 @@ function MenubarFile( editor ) {

saveString( JSON.stringify( result, null, 2 ), 'scene.gltf' );

}, { animations: animations } );
}, undefined, { animations: animations } );


} );
Expand Down

0 comments on commit c15bbe1

Please sign in to comment.