diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/EntityBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityBase.cs b/OpenSim/Region/Framework/Scenes/EntityBase.cs index 00c99c5..c2ec6a5 100644 --- a/OpenSim/Region/Framework/Scenes/EntityBase.cs +++ b/OpenSim/Region/Framework/Scenes/EntityBase.cs | |||
@@ -130,7 +130,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
130 | public abstract void UpdateMovement(); | 130 | public abstract void UpdateMovement(); |
131 | 131 | ||
132 | /// <summary> | 132 | /// <summary> |
133 | /// Performs any updates that need to be done at each frame, as opposed to immediately. | 133 | /// Performs any updates that need to be done at each frame, as opposed to immediately. |
134 | /// These included scheduled updates and updates that occur due to physics processing. | 134 | /// These included scheduled updates and updates that occur due to physics processing. |
135 | /// </summary> | 135 | /// </summary> |
136 | public abstract void Update(); | 136 | public abstract void Update(); |