mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Improve prim sending by combining multiple prim updates into a single packet
This commit is contained in:
@@ -97,6 +97,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return m_clientManager; }
|
||||
}
|
||||
|
||||
public float TimeDilation
|
||||
{
|
||||
get { return 1.0f; }
|
||||
}
|
||||
|
||||
protected ulong m_regionHandle;
|
||||
protected string m_regionName;
|
||||
protected RegionInfo m_regInfo;
|
||||
|
||||
Reference in New Issue
Block a user