diff options
author | Robert Adams | 2013-07-22 12:08:49 -0700 |
---|---|---|
committer | Robert Adams | 2013-07-22 12:08:49 -0700 |
commit | 5f7b2ea81b95a60e882bc65b663a2c9fe134f92a (patch) | |
tree | 4823ba36ddaee6f13e7b11559d9701937ecf7cf1 /OpenSim/Region/Physics/BulletSPlugin/Tests | |
parent | Revert "BulletSim: change BSDynamics to expect to be passed a BSPrimLinkable" (diff) | |
download | opensim-SC_OLD-5f7b2ea81b95a60e882bc65b663a2c9fe134f92a.zip opensim-SC_OLD-5f7b2ea81b95a60e882bc65b663a2c9fe134f92a.tar.gz opensim-SC_OLD-5f7b2ea81b95a60e882bc65b663a2c9fe134f92a.tar.bz2 opensim-SC_OLD-5f7b2ea81b95a60e882bc65b663a2c9fe134f92a.tar.xz |
Revert "BulletSim: only create vehicle prim actor when vehicles are enabled."
The changes don't seem to be ready for prime time.
This reverts commit acb7b4a09ad564d1dfae3ad12adbb593ca3942c9.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/Tests')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/Tests/BasicVehicles.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/Tests/BasicVehicles.cs b/OpenSim/Region/Physics/BulletSPlugin/Tests/BasicVehicles.cs index 48e74eb..48d3742 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/Tests/BasicVehicles.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/Tests/BasicVehicles.cs | |||
@@ -116,7 +116,7 @@ public class BasicVehicles : OpenSimTestCase | |||
116 | // Instead the appropriate values are set and calls are made just the parts of the | 116 | // Instead the appropriate values are set and calls are made just the parts of the |
117 | // controller we want to exercise. Stepping the physics engine then applies | 117 | // controller we want to exercise. Stepping the physics engine then applies |
118 | // the actions of that one feature. | 118 | // the actions of that one feature. |
119 | BSDynamics vehicleActor = TestVehicle.GetVehicleActor(true /* createIfNone */); | 119 | BSDynamics vehicleActor = TestVehicle.GetVehicleActor(); |
120 | if (vehicleActor != null) | 120 | if (vehicleActor != null) |
121 | { | 121 | { |
122 | vehicleActor.ProcessFloatVehicleParam(Vehicle.VERTICAL_ATTRACTION_EFFICIENCY, efficiency); | 122 | vehicleActor.ProcessFloatVehicleParam(Vehicle.VERTICAL_ATTRACTION_EFFICIENCY, efficiency); |