Skip to content

Commit

Permalink
remove obsolete method (#29596)
Browse files Browse the repository at this point in the history
Co-authored-by: aardgoose <[email protected]>
  • Loading branch information
aardgoose and aardgoose authored Oct 9, 2024
1 parent e754fce commit aa9e4ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderers/common/RenderList.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ class RenderList {

}

getLightsNode() {

return this.lightsNode.fromLights( this.lightsArray );

}

sort( customOpaqueSort, customTransparentSort ) {

if ( this.opaque.length > 1 ) this.opaque.sort( customOpaqueSort || painterSortStable );
Expand Down

0 comments on commit aa9e4ce

Please sign in to comment.