Skip to content

Commit f584af2

Browse files
authored
Editor: Fix loading zip files with .glTF. (#27337)
1 parent 9abdebb commit f584af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/Loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ function Loader( editor ) {
963963

964964
{
965965

966-
const loader = await createGLTFLoader();
966+
const loader = await createGLTFLoader( manager );
967967

968968
loader.parse( strFromU8( file ), '', function ( result ) {
969969

0 commit comments

Comments
 (0)