Browse Source

Docs: Removed now unneded description in AmbientLight. Thanks @WestLangley.

Mr.doob 12 years ago
parent
commit
42f7f1036f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docs/api/lights/AmbientLight.html

+ 0 - 2
docs/api/lights/AmbientLight.html

@@ -21,8 +21,6 @@
 <code>var light = new THREE.AmbientLight( 0x404040 ); // soft white light
 scene.add( light );</code>
 
-		will light objects with red.
-
 		<h2>Constructor</h2>
 
 		<h3>[name]( [page:Float hex] )</h3>