Explorar o código

Editor: Fix usage of USDZExporter. (#25055)

Michael Herzog %!s(int64=2) %!d(string=hai) anos
pai
achega
59020b2a90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 
-		saveArrayBuffer( await exporter.parse( editor.scene, { binary: true } ), 'model.usdz' );
+		saveArrayBuffer( await exporter.parse( editor.scene ), 'model.usdz' );
 
 	} );
 	options.add( option );