diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index c91658e..243e2d7 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -572,8 +572,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
572 | break; | 572 | break; |
573 | 573 | ||
574 | case HollowShape.Circle: | 574 | case HollowShape.Circle: |
575 | // Hollow shape is a perfect cyllinder in respect to the cube's scale | 575 | // Hollow shape is a perfect cylinder in respect to the cube's scale |
576 | // Cyllinder hollow volume calculation | 576 | // Cylinder hollow volume calculation |
577 | 577 | ||
578 | hollowVolume *= 0.1963495f * 3.07920140172638f; | 578 | hollowVolume *= 0.1963495f * 3.07920140172638f; |
579 | break; | 579 | break; |
@@ -2819,7 +2819,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2819 | } | 2819 | } |
2820 | public override bool PIDActive { set { m_usePID = value; } } | 2820 | public override bool PIDActive { set { m_usePID = value; } } |
2821 | public override float PIDTau { set { m_PIDTau = value; } } | 2821 | public override float PIDTau { set { m_PIDTau = value; } } |
2822 | 2822 | ||
2823 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2823 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2824 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2824 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2825 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2825 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |