Browse Source

Updates documentation for LineBasicMaterial

Victor Glindås 8 years ago
parent
commit
fba8c988f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/materials/LineBasicMaterial.html

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

@@ -38,7 +38,7 @@
 		<code>
 var material = new THREE.LineBasicMaterial( {
 	color: 0xffffff,
-	lineWidth: 1,
+	linewidth: 1,
 	linecap: 'round', //ignored by WebGLRenderer
 	linejoin:  'round' //ignored by WebGLRenderer
 } );