aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index ec3f004..618f425 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1666,7 +1666,7 @@ namespace OpenSim.Region.Framework.Scenes
1666 } 1666 }
1667 1667
1668 // If the agent update does move the avatar, then calculate the force ready for the velocity update, 1668 // If the agent update does move the avatar, then calculate the force ready for the velocity update,
1669 // which occurs later in the main scene loop 1669 // which occurs later in the main scene loop
1670 if (update_movementflag || (update_rotation && DCFlagKeyPressed)) 1670 if (update_movementflag || (update_rotation && DCFlagKeyPressed))
1671 { 1671 {
1672 // m_log.DebugFormat("{0} {1}", update_movementflag, (update_rotation && DCFlagKeyPressed)); 1672 // m_log.DebugFormat("{0} {1}", update_movementflag, (update_rotation && DCFlagKeyPressed));