diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 5b02c3b..b3e04be 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3313,7 +3313,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3313 | /// <summary> | 3313 | /// <summary> |
3314 | /// Handles part of the PID controller function for moving an avatar. | 3314 | /// Handles part of the PID controller function for moving an avatar. |
3315 | /// </summary> | 3315 | /// </summary> |
3316 | public override void UpdateMovement() | 3316 | public void UpdateMovement() |
3317 | { | 3317 | { |
3318 | if (m_forceToApply.HasValue) | 3318 | if (m_forceToApply.HasValue) |
3319 | { | 3319 | { |