diff options
author | Melanie | 2011-10-11 22:33:58 +0100 |
---|---|---|
committer | Melanie | 2011-10-11 22:33:58 +0100 |
commit | a671fcfd2cce78ce04f4e81c726b8c6d72180208 (patch) | |
tree | 10ef9439ebf02dbf893c7db9fcce223716748865 /OpenSim/Region | |
parent | Merge commit '572b680cb01a856f860b1e3fb40a7153a36113f2' into bigmerge (diff) | |
parent | Remove unused and never set SP.PreviousRotation (diff) | |
download | opensim-SC_OLD-a671fcfd2cce78ce04f4e81c726b8c6d72180208.zip opensim-SC_OLD-a671fcfd2cce78ce04f4e81c726b8c6d72180208.tar.gz opensim-SC_OLD-a671fcfd2cce78ce04f4e81c726b8c6d72180208.tar.bz2 opensim-SC_OLD-a671fcfd2cce78ce04f4e81c726b8c6d72180208.tar.xz |
Merge commit 'f9438e7147bbb347a45b14126fa7181307f8ef43' into bigmerge
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 95d06fe..91052ec 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -191,8 +191,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
191 | 191 | ||
192 | private Quaternion m_bodyRot = Quaternion.Identity; | 192 | private Quaternion m_bodyRot = Quaternion.Identity; |
193 | 193 | ||
194 | private Quaternion m_bodyRotPrevious = Quaternion.Identity; | ||
195 | |||
196 | private const int LAND_VELOCITYMAG_MAX = 12; | 194 | private const int LAND_VELOCITYMAG_MAX = 12; |
197 | 195 | ||
198 | public bool IsRestrictedToRegion; | 196 | public bool IsRestrictedToRegion; |
@@ -644,12 +642,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
644 | } | 642 | } |
645 | } | 643 | } |
646 | 644 | ||
647 | public Quaternion PreviousRotation | ||
648 | { | ||
649 | get { return m_bodyRotPrevious; } | ||
650 | set { m_bodyRotPrevious = value; } | ||
651 | } | ||
652 | |||
653 | /// <summary> | 645 | /// <summary> |
654 | /// If this is true, agent doesn't have a representation in this scene. | 646 | /// If this is true, agent doesn't have a representation in this scene. |
655 | /// this is an agent 'looking into' this scene from a nearby scene(region) | 647 | /// this is an agent 'looking into' this scene from a nearby scene(region) |