add a 3 to 1 daycycle and make it the default

This commit is contained in:
UbitUmarov
2020-06-21 14:27:24 +01:00
parent 5b87347476
commit 53b0ee242d
4 changed files with 24 additions and 4 deletions

View File

@@ -65,7 +65,10 @@ namespace OpenSim.Region.CoreModules.World.LightShare
private ILandChannel m_landChannel;
private static ViewerEnvironment m_DefaultEnv = null;
private static readonly string m_defaultDayAssetID = "5646d39e-d3d7-6aff-ed71-30fc87d64a91";
// 1/1 night day ratio
//private static readonly string m_defaultDayAssetID = "5646d39e-d3d7-6aff-ed71-30fc87d64a91";
// 3/1 night day ratio
private static readonly string m_defaultDayAssetID = "5646d39e-d3d7-6aff-ed71-30fc87d64a92";
private int m_regionEnvVersion = -1;