Skip to content

Commit

Permalink
Update GLTFLoader.js
Browse files Browse the repository at this point in the history
Clean up.
  • Loading branch information
Mugen87 committed Apr 26, 2024
1 parent 2e80cba commit c14b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/loaders/GLTFLoader.js
Expand Up @@ -3317,7 +3317,7 @@ class GLTFParser {

}

assignExtrasToUserData(texture, sourceDef);
assignExtrasToUserData( texture, sourceDef );

texture.userData.mimeType = sourceDef.mimeType || getImageURIMimeType( sourceDef.uri );

Expand Down

0 comments on commit c14b373

Please sign in to comment.