diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs index b04c96e..49a16a0 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
68 | public float geomDefaultDensity = 10.000006836f; | 68 | public float geomDefaultDensity = 10.000006836f; |
69 | 69 | ||
70 | private float avPIDD = 65f; | 70 | private float avPIDD = 65f; |
71 | private float avPIDP = 28f; | 71 | private float avPIDP = 21f; |
72 | private float avCapRadius = 0.37f; | 72 | private float avCapRadius = 0.37f; |
73 | private float avStandupTensor = 2000000f; | 73 | private float avStandupTensor = 2000000f; |
74 | private float avDensity = 80f; | 74 | private float avDensity = 80f; |