Skip to content

Commit

Permalink
Update Loader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 7, 2023
1 parent 61706b1 commit df28edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ function Loader( editor ) {

{

const loader = await createGLTFLoader();
const loader = await createGLTFLoader( manager );

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

Expand Down

0 comments on commit df28edb

Please sign in to comment.