Browse Source

Merge pull request #12811 from dhritzkiv/patch-22

Update MeshPhongMaterial.html
Mr.doob 7 years ago
parent
commit
fd8fb29e52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/materials/MeshPhongMaterial.html

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

@@ -205,7 +205,7 @@
 		<h3>[property:Boolean skinning]</h3>
 		<div>Define whether the material uses skinning. Default is false.</div>
 
-		<h3>[property:Texture specular]</h3>
+		<h3>[property:Color specular]</h3>
 		<div>
 			Specular color of the material. Default is a [page:Color] set to *0x111111* (very dark grey).<br /><br />