diff options
author | Robert Adams | 2013-05-22 21:57:07 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-22 21:57:07 -0700 |
commit | 5efce21abc92fa1005fa8651a5622fe72cf83ff3 (patch) | |
tree | 3614951d470d5d873ebe726b6b1d35f85d38a821 /OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |
parent | BulletSim: specify directory for OpenSim.Region.Physics.Meshing (diff) | |
download | opensim-SC-5efce21abc92fa1005fa8651a5622fe72cf83ff3.zip opensim-SC-5efce21abc92fa1005fa8651a5622fe72cf83ff3.tar.gz opensim-SC-5efce21abc92fa1005fa8651a5622fe72cf83ff3.tar.bz2 opensim-SC-5efce21abc92fa1005fa8651a5622fe72cf83ff3.tar.xz |
BulletSim: correct errors caused by misspelled INI parameter spec.
Add debugging messages for hull asset use.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSParam.cs')
-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 5cff668..c19eda1 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |||
@@ -373,7 +373,7 @@ public static class BSParam | |||
373 | true ), | 373 | true ), |
374 | new ParameterDefn<bool>("ShouldUseGImpactShapeForPrims", "If true, use a GImpact shape for prims with cuts and twists", | 374 | new ParameterDefn<bool>("ShouldUseGImpactShapeForPrims", "If true, use a GImpact shape for prims with cuts and twists", |
375 | false ), | 375 | false ), |
376 | new ParameterDefn<bool>("UseAssetHulls", "If true, use hull if specified in the mesh asset info", | 376 | new ParameterDefn<bool>("ShouldUseAssetHulls", "If true, use hull if specified in the mesh asset info", |
377 | false ), | 377 | false ), |
378 | 378 | ||
379 | new ParameterDefn<int>("CrossingFailuresBeforeOutOfBounds", "How forgiving we are about getting into adjactent regions", | 379 | new ParameterDefn<int>("CrossingFailuresBeforeOutOfBounds", "How forgiving we are about getting into adjactent regions", |