ycw před 1 rokem
rodič
revize
fbd54d5184
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 */ ) {
 	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 dashScaleNode = this.dashScaleNode ? float( this.dashScaleNode ) : materialLineScale;
 		const dashSizeNode = this.dashSizeNode ? float( this.dashSizeNode ) : materialLineDashSize;
 		const dashSizeNode = this.dashSizeNode ? float( this.dashSizeNode ) : materialLineDashSize;
 		const gapSizeNode = this.gapSizeNode ? float( this.gapSizeNode ) : materialLineGapSize;
 		const gapSizeNode = this.gapSizeNode ? float( this.gapSizeNode ) : materialLineGapSize;

粤ICP备19079148号