diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 319a951..f33b5b9 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -572,8 +572,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
572 | break; | 572 | break; |
573 | 573 | ||
574 | case HollowShape.Circle: | 574 | case HollowShape.Circle: |
575 | // Hollow shape is a perfect cyllinder in respect to the cube's scale | 575 | // Hollow shape is a perfect cylinder in respect to the cube's scale |
576 | // Cyllinder hollow volume calculation | 576 | // Cylinder hollow volume calculation |
577 | 577 | ||
578 | hollowVolume *= 0.1963495f * 3.07920140172638f; | 578 | hollowVolume *= 0.1963495f * 3.07920140172638f; |
579 | break; | 579 | break; |