Преглед на файлове

Editor: Fix usage of USDZExporter. (#25055)

Michael Herzog преди 2 години
родител
ревизия
59020b2a90
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      editor/js/Menubar.File.js

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

@@ -390,7 +390,7 @@ function MenubarFile( editor ) {
 
 
 		const exporter = new USDZExporter();
 		const exporter = new USDZExporter();
 
 
-		saveArrayBuffer( await exporter.parse( editor.scene, { binary: true } ), 'model.usdz' );
+		saveArrayBuffer( await exporter.parse( editor.scene ), 'model.usdz' );
 
 
 	} );
 	} );
 	options.add( option );
 	options.add( option );