diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 3cf4501..2e39726 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2831,7 +2831,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2831 | } | 2831 | } |
2832 | public override bool PIDActive { set { m_usePID = value; } } | 2832 | public override bool PIDActive { set { m_usePID = value; } } |
2833 | public override float PIDTau { set { m_PIDTau = value; } } | 2833 | public override float PIDTau { set { m_PIDTau = value; } } |
2834 | 2834 | ||
2835 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2835 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2836 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2836 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2837 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2837 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |