Add lsClearWindlightScene() to the lightshare module to remove WL settings

from a region and allow normal day cycles to be reestablished
This commit is contained in:
Melanie
2010-11-03 02:31:43 +00:00
parent 4ab9d37a8e
commit 6c3b7617b0
12 changed files with 64 additions and 1 deletions

View File

@@ -323,6 +323,9 @@ namespace OpenSim.Data.SQLite
//Return default LL windlight settings
return new RegionLightShareData();
}
public void RemoveRegionWindlightSettings(UUID regionID)
{
}
public void StoreRegionWindlightSettings(RegionLightShareData wl)
{
//This connector doesn't support the windlight module yet