Make the default color white.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3661 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2005-07-23 02:10:32 +00:00
parent 67d1ca90c4
commit 6c1db160ce
@@ -28,8 +28,8 @@ public class StageSceneObject extends SpotSceneObject
/** The light level in this scene. 0f being fully on, 1f fully shaded. */
public float lightLevel = 0f;
/** The color of the light, if the light level is not 0f. */
public int lightShade = 0;
/** The color of the light. */
public int lightShade = 0xFFFFFF;
// AUTO-GENERATED: METHODS START
/**