From 3db3648866585145c777ee51a256c1972e07eead Mon Sep 17 00:00:00 2001 From: "sha..rd" Date: Fri, 11 Nov 2011 01:17:07 +0000 Subject: [PATCH] * Fix spelling error in AmbientLight: uneffected -> unaffected git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8642 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/light/AmbientLight.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/core/com/jme3/light/AmbientLight.java b/engine/src/core/com/jme3/light/AmbientLight.java index cb7a8827d..736cc1269 100644 --- a/engine/src/core/com/jme3/light/AmbientLight.java +++ b/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. *

- * 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.