speeup time update a bit ( this will be a conf option)

This commit is contained in:
UbitUmarov
2020-06-16 16:12:14 +01:00
parent 70f867a518
commit 46dce3cedb
2 changed files with 3 additions and 1 deletions

View File

@@ -741,7 +741,7 @@ namespace OpenSim.Region.CoreModules.World.LightShare
private void UpdateEnvTime()
{
double now = Util.GetTimeStamp();
if (now - m_framets < 10.0)
if (now - m_framets < 2.5) // this will be a conf option
return;
m_framets = now;