mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Merge commit '08f264d096e1dca535a64e683fa5ab5918368085' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
This commit is contained in:
@@ -955,10 +955,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public void SendPrimUpdates()
|
||||
{
|
||||
m_sceneViewer.SendPrimUpdates();
|
||||
m_perfMonMS = Util.EnvironmentTickCount();
|
||||
|
||||
SceneViewer.SendPrimUpdates();
|
||||
|
||||
}
|
||||
|
||||
#region Status Methods
|
||||
@@ -2865,7 +2863,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void SendCoarseLocationsDefault(UUID sceneId, ScenePresence p, List<Vector3> coarseLocations, List<UUID> avatarUUIDs)
|
||||
{
|
||||
m_perfMonMS = Util.EnvironmentTickCount();
|
||||
ControllingClient.SendCoarseLocationUpdate(avatarUUIDs, coarseLocations);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user