Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-10-02 19:51:43 +01:00
5 changed files with 56 additions and 26 deletions

View File

@@ -572,8 +572,8 @@ namespace OpenSim.Region.Physics.OdePlugin
break;
case HollowShape.Circle:
// Hollow shape is a perfect cyllinder in respect to the cube's scale
// Cyllinder hollow volume calculation
// Hollow shape is a perfect cylinder in respect to the cube's scale
// Cylinder hollow volume calculation
hollowVolume *= 0.1963495f * 3.07920140172638f;
break;