diff options
author | Robert Adams | 2013-05-03 17:14:31 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-06 13:32:24 -0700 |
commit | bf318969836bf38dbd0325f24fa3d1bd12f34d77 (patch) | |
tree | df9b70ed2edef90a5485340930a9dc4d4de7bc2a /OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |
parent | BulletSim: extend BSActorLockAxis to allow locking linear movement in (diff) | |
download | opensim-SC-bf318969836bf38dbd0325f24fa3d1bd12f34d77.zip opensim-SC-bf318969836bf38dbd0325f24fa3d1bd12f34d77.tar.gz opensim-SC-bf318969836bf38dbd0325f24fa3d1bd12f34d77.tar.bz2 opensim-SC-bf318969836bf38dbd0325f24fa3d1bd12f34d77.tar.xz |
BulletSim: simplify parameter specification by reducing the number of
specifications required for simple properties with defaults.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs index c5bee6d..0dd2aa5 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |||
@@ -146,7 +146,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin | |||
146 | enableAngularVerticalAttraction = true; | 146 | enableAngularVerticalAttraction = true; |
147 | enableAngularDeflection = false; | 147 | enableAngularDeflection = false; |
148 | enableAngularBanking = true; | 148 | enableAngularBanking = true; |
149 | if (BSParam.VehicleDebuggingEnabled) | 149 | if (BSParam.VehicleDebuggingEnable) |
150 | { | 150 | { |
151 | enableAngularVerticalAttraction = true; | 151 | enableAngularVerticalAttraction = true; |
152 | enableAngularDeflection = false; | 152 | enableAngularDeflection = false; |