Skip to content

Commit

Permalink
s/addLayerUpdates/addLayerUpdate (#28679)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterLarco authored Jun 17, 2024
1 parent 2cccd20 commit af083e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textures/CompressedArrayTexture.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CompressedArrayTexture extends CompressedTexture {

}

addLayerUpdates( layerIndex ) {
addLayerUpdate( layerIndex ) {

this.layerUpdates.add( layerIndex );

Expand Down

0 comments on commit af083e1

Please sign in to comment.