stale LandSnapshot by time also, so dwell can be updated
parent
7c50651cd1
commit
57fb1ea9df
|
@ -82,8 +82,14 @@ namespace OpenSim.Region.DataSnapshot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ForceSceneStale(Scene scene) {
|
public void ForceSceneStale(Scene scene)
|
||||||
|
{
|
||||||
m_scenes[scene] = true;
|
m_scenes[scene] = true;
|
||||||
|
foreach(IDataSnapshotProvider pv in m_providers)
|
||||||
|
{
|
||||||
|
if(pv.GetParentScene == scene && pv.Name == "LandSnapshot")
|
||||||
|
pv.Stale = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Fragment storage
|
#region Fragment storage
|
||||||
|
|
Loading…
Reference in New Issue