Skip to content

Commit

Permalink
Docs: Fix getter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 18, 2024
1 parent dd9ecb9 commit 1430a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/materials/nodes/SpriteNodeMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class SpriteNodeMaterial extends NodeMaterial {
/**
* Whether to use size attenuation or not.
*
* @private {Boolean}
* @type {Boolean}
* @default true
*/
get sizeAttenuation() {
Expand Down

0 comments on commit 1430a20

Please sign in to comment.