diff options
author | Justin Clark-Casey (justincc) | 2009-08-06 20:04:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-06 20:04:40 +0100 |
commit | 615e1ed2854962ada35374d42454a1a0a0f77bfe (patch) | |
tree | cda967dc215f10bc3de3a05f036846b603c9fc4c /OpenSim/Region | |
parent | Disable all IAR tests for now due to possible failure-causing race condition (diff) | |
download | opensim-SC_OLD-615e1ed2854962ada35374d42454a1a0a0f77bfe.zip opensim-SC_OLD-615e1ed2854962ada35374d42454a1a0a0f77bfe.tar.gz opensim-SC_OLD-615e1ed2854962ada35374d42454a1a0a0f77bfe.tar.bz2 opensim-SC_OLD-615e1ed2854962ada35374d42454a1a0a0f77bfe.tar.xz |
goose panda
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index fa1fd89..50baa9b 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1218,9 +1218,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1218 | if ((flags & (uint) AgentManager.ControlFlags.AGENT_CONTROL_STAND_UP) != 0) | 1218 | if ((flags & (uint) AgentManager.ControlFlags.AGENT_CONTROL_STAND_UP) != 0) |
1219 | { | 1219 | { |
1220 | StandUp(); | 1220 | StandUp(); |
1221 | } | 1221 | } |
1222 | |||
1223 | |||
1224 | 1222 | ||
1225 | // Check if Client has camera in 'follow cam' or 'build' mode. | 1223 | // Check if Client has camera in 'follow cam' or 'build' mode. |
1226 | Vector3 camdif = (Vector3.One * m_bodyRot - Vector3.One * CameraRotation); | 1224 | Vector3 camdif = (Vector3.One * m_bodyRot - Vector3.One * CameraRotation); |