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 06ed8fb..a38fccc 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -1205,7 +1205,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1205 | 1205 | ||
1206 | public override float APIDDamping{ set { return; } } | 1206 | public override float APIDDamping{ set { return; } } |
1207 | 1207 | ||
1208 | |||
1209 | public override void SubscribeEvents(int ms) | 1208 | public override void SubscribeEvents(int ms) |
1210 | { | 1209 | { |
1211 | m_requestedUpdateFrequency = ms; | 1210 | m_requestedUpdateFrequency = ms; |
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 973aa84..567fd0e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2824,7 +2824,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2824 | } | 2824 | } |
2825 | public override bool PIDActive { set { m_usePID = value; } } | 2825 | public override bool PIDActive { set { m_usePID = value; } } |
2826 | public override float PIDTau { set { m_PIDTau = value; } } | 2826 | public override float PIDTau { set { m_PIDTau = value; } } |
2827 | 2827 | ||
2828 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2828 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2829 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2829 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2830 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2830 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |