Skip to content

Commit

Permalink
ObjectLoader: Add missing call in parseAsync(). (#28777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jul 1, 2024
1 parent b8beda4 commit 1889513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loaders/ObjectLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ class ObjectLoader extends Loader {
const skeletons = this.parseSkeletons( json.skeletons, object );

this.bindSkeletons( object, skeletons );
this.bindLightTargets( object );

return object;

Expand Down

0 comments on commit 1889513

Please sign in to comment.