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 75364b7..62e3763 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -595,8 +595,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
595 | break; | 595 | break; |
596 | 596 | ||
597 | case HollowShape.Circle: | 597 | case HollowShape.Circle: |
598 | // Hollow shape is a perfect cyllinder in respect to the cube's scale | 598 | // Hollow shape is a perfect cylinder in respect to the cube's scale |
599 | // Cyllinder hollow volume calculation | 599 | // Cylinder hollow volume calculation |
600 | 600 | ||
601 | hollowVolume *= 0.1963495f * 3.07920140172638f; | 601 | hollowVolume *= 0.1963495f * 3.07920140172638f; |
602 | break; | 602 | break; |
@@ -2837,7 +2837,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2837 | } | 2837 | } |
2838 | public override bool PIDActive { set { m_usePID = value; } } | 2838 | public override bool PIDActive { set { m_usePID = value; } } |
2839 | public override float PIDTau { set { m_PIDTau = value; } } | 2839 | public override float PIDTau { set { m_PIDTau = value; } } |
2840 | 2840 | ||
2841 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2841 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2842 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2842 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2843 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2843 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |