aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2011-11-05 22:48:32 +0000
committerMelanie2011-11-05 22:48:32 +0000
commit9bded61ca46fb6e4aa8a55f28e4eb21600711b92 (patch)
tree827a97ddd224b53eeda37128483ad67db00e821e
parentHarmonize with core and remove extraneous comments with no information in them (diff)
downloadopensim-SC_OLD-9bded61ca46fb6e4aa8a55f28e4eb21600711b92.zip
opensim-SC_OLD-9bded61ca46fb6e4aa8a55f28e4eb21600711b92.tar.gz
opensim-SC_OLD-9bded61ca46fb6e4aa8a55f28e4eb21600711b92.tar.bz2
opensim-SC_OLD-9bded61ca46fb6e4aa8a55f28e4eb21600711b92.tar.xz
Whitespace fix from core
-rw-r--r--OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs
index 68e405e..05cdf61 100644
--- a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs
+++ b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs
@@ -166,6 +166,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
166 const float PREJUMP_DELAY = 200f; 166 const float PREJUMP_DELAY = 200f;
167 const float JUMP_PERIOD = 800f; 167 const float JUMP_PERIOD = 800f;
168 #region Inputs 168 #region Inputs
169
169 AgentManager.ControlFlags controlFlags = (AgentManager.ControlFlags)m_scenePresence.AgentControlFlags; 170 AgentManager.ControlFlags controlFlags = (AgentManager.ControlFlags)m_scenePresence.AgentControlFlags;
170 PhysicsActor actor = m_scenePresence.PhysicsActor; 171 PhysicsActor actor = m_scenePresence.PhysicsActor;
171 172