Skip to content

Commit

Permalink
fix misspelling (#30175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored Dec 20, 2024
1 parent 6bbb05e commit fbd54d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/materials/nodes/LineDashedNodeMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class LineDashedNodeMaterial extends NodeMaterial {
*/
setupVariants( /* builder */ ) {

const offsetNode = this.offsetNode ? float( this.offsetNodeNode ) : materialLineDashOffset;
const offsetNode = this.offsetNode ? float( this.offsetNode ) : materialLineDashOffset;
const dashScaleNode = this.dashScaleNode ? float( this.dashScaleNode ) : materialLineScale;
const dashSizeNode = this.dashSizeNode ? float( this.dashSizeNode ) : materialLineDashSize;
const gapSizeNode = this.gapSizeNode ? float( this.gapSizeNode ) : materialLineGapSize;
Expand Down

0 comments on commit fbd54d5

Please sign in to comment.