Skip to content

Commit

Permalink
FBXLoader: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Aug 10, 2021
1 parent abde873 commit f2eb381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/jsm/loaders/FBXLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,7 @@ class FBXTreeParser {

}

const texture = textureMap.get( id );
return texture;
return textureMap.get( id );

}

Expand Down

0 comments on commit f2eb381

Please sign in to comment.