Merge commit '08f264d096e1dca535a64e683fa5ab5918368085' into bigmerge

Conflicts:
	OpenSim/Region/Framework/Scenes/ScenePresence.cs
avinationmerge
Melanie 2011-10-12 07:02:15 +01:00
commit b2090e711f
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}