mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
speeup time update a bit ( this will be a conf option)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user