ycw 1 год назад
Родитель
Сommit
fbd54d5184
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/materials/nodes/LineDashedNodeMaterial.js

+ 1 - 1
src/materials/nodes/LineDashedNodeMaterial.js

@@ -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;

粤ICP备19079148号