2
0
Эх сурвалжийг харах

Editor: Fix usage of USDZExporter. (#25055)

Michael Herzog 2 жил өмнө
parent
commit
59020b2a90

+ 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 );