Skip to content

Commit

Permalink
ObjectLoader: Rename light target method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jun 18, 2024
1 parent 4b9549a commit 8970008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loaders/ObjectLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ObjectLoader extends Loader {
const skeletons = this.parseSkeletons( json.skeletons, object );

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

//

Expand Down Expand Up @@ -1127,7 +1127,7 @@ class ObjectLoader extends Loader {

}

bindLights( object ) {
bindLightTargets( object ) {

object.traverse( function ( child ) {

Expand Down

0 comments on commit 8970008

Please sign in to comment.