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:
@@ -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
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user