Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
John Hurliman
2009-09-30 17:51:34 -07:00
36 changed files with 48 additions and 48 deletions

View File

@@ -134,7 +134,7 @@ namespace OpenSim.Region.Framework.Scenes
public abstract void UpdateMovement();
/// <summary>
/// Performs any updates that need to be done at each frame, as opposed to immediately.
/// Performs any updates that need to be done at each frame, as opposed to immediately.
/// These included scheduled updates and updates that occur due to physics processing.
/// </summary>
public abstract void Update();