aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 1ba7ef7..f07cf46 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -597,8 +597,8 @@ namespace OpenSim.Region.Physics.OdePlugin
597 break; 597 break;
598 598
599 case HollowShape.Circle: 599 case HollowShape.Circle:
600 // Hollow shape is a perfect cyllinder in respect to the cube's scale 600 // Hollow shape is a perfect cylinder in respect to the cube's scale
601 // Cyllinder hollow volume calculation 601 // Cylinder hollow volume calculation
602 602
603 hollowVolume *= 0.1963495f * 3.07920140172638f; 603 hollowVolume *= 0.1963495f * 3.07920140172638f;
604 break; 604 break;
@@ -2838,7 +2838,7 @@ Console.WriteLine(" JointCreateFixed");
2838 } 2838 }
2839 public override bool PIDActive { set { m_usePID = value; } } 2839 public override bool PIDActive { set { m_usePID = value; } }
2840 public override float PIDTau { set { m_PIDTau = value; } } 2840 public override float PIDTau { set { m_PIDTau = value; } }
2841 2841
2842 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } 2842 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } }
2843 public override bool PIDHoverActive { set { m_useHoverPID = value; } } 2843 public override bool PIDHoverActive { set { m_useHoverPID = value; } }
2844 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } 2844 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } }