diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs index c977a5d..f2ad528 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |||
@@ -553,7 +553,7 @@ public static class BSParam | |||
553 | new ParameterDefn<float>("TerrainContactProcessingThreshold", "Distance from terrain to stop processing collisions" , | 553 | new ParameterDefn<float>("TerrainContactProcessingThreshold", "Distance from terrain to stop processing collisions" , |
554 | 0.0f ), | 554 | 0.0f ), |
555 | new ParameterDefn<float>("TerrainCollisionMargin", "Margin where collision checking starts" , | 555 | new ParameterDefn<float>("TerrainCollisionMargin", "Margin where collision checking starts" , |
556 | 0.08f ), | 556 | 0.04f ), |
557 | 557 | ||
558 | new ParameterDefn<float>("AvatarFriction", "Factor to reduce movement against an avatar. Changed on avatar recreation.", | 558 | new ParameterDefn<float>("AvatarFriction", "Factor to reduce movement against an avatar. Changed on avatar recreation.", |
559 | 0.2f ), | 559 | 0.2f ), |