mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* minor: Make it clear that non-scheduled updates can happen outside of the per frame update heartbeat
This commit is contained in:
@@ -131,7 +131,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public abstract void UpdateMovement();
|
||||
|
||||
/// <summary>
|
||||
/// Performs any updates that need to be done at each frame.
|
||||
/// 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user