Browse Source

* Fix spelling error in AmbientLight: uneffected -> unaffected

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8642 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sha..rd 14 years ago
parent
commit
3db3648866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/src/core/com/jme3/light/AmbientLight.java

+ 1 - 1
engine/src/core/com/jme3/light/AmbientLight.java

@@ -5,7 +5,7 @@ import com.jme3.scene.Spatial;
 /**
  * An ambient light adds a constant color to the scene.
  * <p>
- * Ambient lights are uneffected by the surface normal, and are constant
+ * Ambient lights are unaffected by the surface normal, and are constant
  * regardless of the model's location. The material's ambient color is
  * multiplied by the ambient light color to get the final ambient color of
  * an object.