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 19fecf3..3b12b17 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -598,8 +598,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
598 | break; | 598 | break; |
599 | 599 | ||
600 | case HollowShape.Circle: | 600 | case HollowShape.Circle: |
601 | // Hollow shape is a perfect cyllinder in respect to the cube's scale | 601 | // Hollow shape is a perfect cylinder in respect to the cube's scale |
602 | // Cyllinder hollow volume calculation | 602 | // Cylinder hollow volume calculation |
603 | 603 | ||
604 | hollowVolume *= 0.1963495f * 3.07920140172638f; | 604 | hollowVolume *= 0.1963495f * 3.07920140172638f; |
605 | break; | 605 | break; |
@@ -2843,7 +2843,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2843 | } | 2843 | } |
2844 | public override bool PIDActive { set { m_usePID = value; } } | 2844 | public override bool PIDActive { set { m_usePID = value; } } |
2845 | public override float PIDTau { set { m_PIDTau = value; } } | 2845 | public override float PIDTau { set { m_PIDTau = value; } } |
2846 | 2846 | ||
2847 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2847 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2848 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2848 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2849 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2849 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |