瀏覽代碼

Editor: Clean up.

Mr.doob 3 年之前
父節點
當前提交
c15bbe117b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 } );
 
 
 	} );