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 e7b3b2b..eb02536 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -604,8 +604,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
604 | break; | 604 | break; |
605 | 605 | ||
606 | case HollowShape.Circle: | 606 | case HollowShape.Circle: |
607 | // Hollow shape is a perfect cyllinder in respect to the cube's scale | 607 | // Hollow shape is a perfect cylinder in respect to the cube's scale |
608 | // Cyllinder hollow volume calculation | 608 | // Cylinder hollow volume calculation |
609 | 609 | ||
610 | hollowVolume *= 0.1963495f * 3.07920140172638f; | 610 | hollowVolume *= 0.1963495f * 3.07920140172638f; |
611 | break; | 611 | break; |
@@ -2850,7 +2850,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2850 | } | 2850 | } |
2851 | public override bool PIDActive { set { m_usePID = value; } } | 2851 | public override bool PIDActive { set { m_usePID = value; } } |
2852 | public override float PIDTau { set { m_PIDTau = value; } } | 2852 | public override float PIDTau { set { m_PIDTau = value; } } |
2853 | 2853 | ||
2854 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2854 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2855 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2855 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2856 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2856 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |