clean some spurius chars and a few other things. Thanks Vincent Sylvester

This commit is contained in:
UbitUmarov
2022-11-12 02:49:01 +00:00
parent 472c243362
commit d9380c9b83
57 changed files with 111 additions and 112 deletions

View File

@@ -1303,7 +1303,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS
capsuleShapeZ.SetMargin(world.WorldSettings.Params.collisionMargin);
capsuleShapeZ.SetLocalScaling(ref scale);
return new BulletShapeXNA(capsuleShapeZ, BSPhysicsShapeType.SHAPE_CAPSULE); ;
return new BulletShapeXNA(capsuleShapeZ, BSPhysicsShapeType.SHAPE_CAPSULE);
}
public override BulletWorld Initialize(Vector3 maxPosition, ConfigurationParameters parms,

View File

@@ -1380,7 +1380,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS
break;
case HollowShape.Circle:
hollowVolume *= 0.78539816339f;;
hollowVolume *= 0.78539816339f;
break;
case HollowShape.Triangle: