diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index a2229e8..2a66060 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -1210,7 +1210,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1210 | 1210 | ||
1211 | public override float APIDDamping{ set { return; } } | 1211 | public override float APIDDamping{ set { return; } } |
1212 | 1212 | ||
1213 | |||
1214 | public override void SubscribeEvents(int ms) | 1213 | public override void SubscribeEvents(int ms) |
1215 | { | 1214 | { |
1216 | m_requestedUpdateFrequency = ms; | 1215 | m_requestedUpdateFrequency = ms; |
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 87cccad..daf7fb0 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2834,7 +2834,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2834 | } | 2834 | } |
2835 | public override bool PIDActive { set { m_usePID = value; } } | 2835 | public override bool PIDActive { set { m_usePID = value; } } |
2836 | public override float PIDTau { set { m_PIDTau = value; } } | 2836 | public override float PIDTau { set { m_PIDTau = value; } } |
2837 | 2837 | ||
2838 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2838 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2839 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2839 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2840 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2840 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |