Explorar o código

Editor: Clean up.

Mr.doob %!s(int64=3) %!d(string=hai) anos
pai
achega
c15bbe117b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      editor/js/Menubar.File.js

+ 2 - 2
editor/js/Menubar.File.js

@@ -253,7 +253,7 @@ function MenubarFile( editor ) {
 
 			saveArrayBuffer( result, 'scene.glb' );
 
-		}, { binary: true, animations: animations } );
+		}, undefined, { binary: true, animations: animations } );
 
 	} );
 	options.add( option );
@@ -276,7 +276,7 @@ function MenubarFile( editor ) {
 
 			saveString( JSON.stringify( result, null, 2 ), 'scene.gltf' );
 
-		}, { animations: animations } );
+		}, undefined, { animations: animations } );
 
 
 	} );