Ver Fonte

Updates documentation for LineDashedMaterial

Victor Glindås há 8 anos atrás
pai
commit
52cac2be30
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/api/materials/LineDashedMaterial.html

+ 1 - 1
docs/api/materials/LineDashedMaterial.html

@@ -24,7 +24,7 @@
 		<code>
 var material = new THREE.LineDashedMaterial( {
 	color: 0xffffff,
-	lineWidth: 1,
+	linewidth: 1,
 	scale: 1,
 	dashSize: 3,
 	gapSize: 1,