diff options
author | Melanie | 2010-11-03 02:04:17 +0000 |
---|---|---|
committer | Melanie | 2010-11-03 02:04:17 +0000 |
commit | 4ab9d37a8e556fe7f54d70db922eede861bce812 (patch) | |
tree | ffdc06ea6676ab30b8cefbf2c2192169d3c595c5 /OpenSim/Framework | |
parent | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 (diff) | |
download | opensim-SC_OLD-4ab9d37a8e556fe7f54d70db922eede861bce812.zip opensim-SC_OLD-4ab9d37a8e556fe7f54d70db922eede861bce812.tar.gz opensim-SC_OLD-4ab9d37a8e556fe7f54d70db922eede861bce812.tar.bz2 opensim-SC_OLD-4ab9d37a8e556fe7f54d70db922eede861bce812.tar.xz |
When LightShare is enabled, the standard day cycle is bypassed and replaced by
midday defaults when no specific LightShare profile is set.
This prevents LightShare info being send out when the region has no LightShare
profile, allowing normal day/night cycles to happen.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 08d5398..176a523 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -42,6 +42,7 @@ namespace OpenSim.Framework | |||
42 | { | 42 | { |
43 | public class RegionLightShareData : ICloneable | 43 | public class RegionLightShareData : ICloneable |
44 | { | 44 | { |
45 | public bool valid = false; | ||
45 | public UUID regionID = UUID.Zero; | 46 | public UUID regionID = UUID.Zero; |
46 | public Vector3 waterColor = new Vector3(4.0f,38.0f,64.0f); | 47 | public Vector3 waterColor = new Vector3(4.0f,38.0f,64.0f); |
47 | public float waterFogDensityExponent = 4.0f; | 48 | public float waterFogDensityExponent = 4.0f; |