Merge commit 'ca83f99332316fda1c412a5bf2889f9cf5cf3577' into bigmerge

This commit is contained in:
Melanie
2011-10-12 01:42:39 +01:00
4 changed files with 21 additions and 36 deletions

View File

@@ -180,6 +180,12 @@ namespace OpenSim.Region.Framework.Scenes
}
}
/// <summary>
/// Update the position of all the scene presences.
/// </summary>
/// <remarks>
/// Called only from the main scene loop.
/// </remarks>
protected internal void UpdatePresences()
{
ForEachScenePresence(delegate(ScenePresence presence)