Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-11-03 02:34:36 +00:00
14 changed files with 75 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ namespace OpenSim.Framework
[Serializable]
public class RegionLightShareData : ICloneable
{
public bool valid = false;
public UUID regionID = UUID.Zero;
public Vector3 waterColor = new Vector3(4.0f,38.0f,64.0f);
public float waterFogDensityExponent = 4.0f;