diff options
author | opensim mirror account | 2010-11-02 20:30:05 -0700 |
---|---|---|
committer | opensim mirror account | 2010-11-02 20:30:05 -0700 |
commit | e6972bfe6cad87654ee5dcfde30da0023359a3b1 (patch) | |
tree | dfe891e7969aca22c0480877988ff3a8ad3d7d77 /OpenSim/Data/Null | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Add lsClearWindlightScene() to the lightshare module to remove WL settings (diff) | |
download | opensim-SC-e6972bfe6cad87654ee5dcfde30da0023359a3b1.zip opensim-SC-e6972bfe6cad87654ee5dcfde30da0023359a3b1.tar.gz opensim-SC-e6972bfe6cad87654ee5dcfde30da0023359a3b1.tar.bz2 opensim-SC-e6972bfe6cad87654ee5dcfde30da0023359a3b1.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Data/Null')
-rw-r--r-- | OpenSim/Data/Null/NullSimulationData.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Data/Null/NullSimulationData.cs b/OpenSim/Data/Null/NullSimulationData.cs index 34d3a4e..eb4e313 100644 --- a/OpenSim/Data/Null/NullSimulationData.cs +++ b/OpenSim/Data/Null/NullSimulationData.cs | |||
@@ -56,6 +56,9 @@ namespace OpenSim.Data.Null | |||
56 | //Return default LL windlight settings | 56 | //Return default LL windlight settings |
57 | return new RegionLightShareData(); | 57 | return new RegionLightShareData(); |
58 | } | 58 | } |
59 | public void RemoveRegionWindlightSettings(UUID regionID) | ||
60 | { | ||
61 | } | ||
59 | public void StoreRegionWindlightSettings(RegionLightShareData wl) | 62 | public void StoreRegionWindlightSettings(RegionLightShareData wl) |
60 | { | 63 | { |
61 | //This connector doesn't support the windlight module yet | 64 | //This connector doesn't support the windlight module yet |