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 b63168a..5fe0775 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -574,8 +574,8 @@ namespace OpenSim.Region.Physics.OdePlugin
574 break; 574 break;
575 575
576 case HollowShape.Circle: 576 case HollowShape.Circle:
577 // Hollow shape is a perfect cyllinder in respect to the cube's scale 577 // Hollow shape is a perfect cylinder in respect to the cube's scale
578 // Cyllinder hollow volume calculation 578 // Cylinder hollow volume calculation
579 579
580 hollowVolume *= 0.1963495f * 3.07920140172638f; 580 hollowVolume *= 0.1963495f * 3.07920140172638f;
581 break; 581 break;
@@ -2810,7 +2810,7 @@ Console.WriteLine("changeshape not need meshing");
2810 } 2810 }
2811 public override bool PIDActive { set { m_usePID = value; } } 2811 public override bool PIDActive { set { m_usePID = value; } }
2812 public override float PIDTau { set { m_PIDTau = value; } } 2812 public override float PIDTau { set { m_PIDTau = value; } }
2813 2813
2814 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } 2814 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } }
2815 public override bool PIDHoverActive { set { m_useHoverPID = value; } } 2815 public override bool PIDHoverActive { set { m_useHoverPID = value; } }
2816 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } 2816 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } }