aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 0716214..a41c856 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -601,8 +601,8 @@ namespace OpenSim.Region.Physics.OdePlugin
601 break; 601 break;
602 602
603 case HollowShape.Circle: 603 case HollowShape.Circle:
604 // Hollow shape is a perfect cyllinder in respect to the cube's scale 604 // Hollow shape is a perfect cylinder in respect to the cube's scale
605 // Cyllinder hollow volume calculation 605 // Cylinder hollow volume calculation
606 606
607 hollowVolume *= 0.1963495f * 3.07920140172638f; 607 hollowVolume *= 0.1963495f * 3.07920140172638f;
608 break; 608 break;
@@ -2827,7 +2827,7 @@ Console.WriteLine(" JointCreateFixed");
2827 } 2827 }
2828 public override bool PIDActive { set { m_usePID = value; } } 2828 public override bool PIDActive { set { m_usePID = value; } }
2829 public override float PIDTau { set { m_PIDTau = value; } } 2829 public override float PIDTau { set { m_PIDTau = value; } }
2830 2830
2831 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } 2831 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } }
2832 public override bool PIDHoverActive { set { m_useHoverPID = value; } } 2832 public override bool PIDHoverActive { set { m_useHoverPID = value; } }
2833 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } 2833 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } }