diff options
author | Kitto Flora | 2010-03-12 16:13:52 -0500 |
---|---|---|
committer | Kitto Flora | 2010-03-12 16:13:52 -0500 |
commit | 1379ae4310b94afd1a7a1d9964db26146ca5c7b2 (patch) | |
tree | f2767574095b9e96d6c28ba93249d7b4ac0d67bc /OpenSim/Region/Physics/PhysXPlugin | |
parent | Resolved merge (diff) | |
download | opensim-SC_OLD-1379ae4310b94afd1a7a1d9964db26146ca5c7b2.zip opensim-SC_OLD-1379ae4310b94afd1a7a1d9964db26146ca5c7b2.tar.gz opensim-SC_OLD-1379ae4310b94afd1a7a1d9964db26146ca5c7b2.tar.bz2 opensim-SC_OLD-1379ae4310b94afd1a7a1d9964db26146ca5c7b2.tar.xz |
Fix Rotation Lock. NOTE: This version had poor border crossing control
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs index d1b5b7e..c0e24fd 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs | |||
@@ -279,10 +279,6 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
279 | 279 | ||
280 | public override void VehicleFlags(int param, bool remove) { } | 280 | public override void VehicleFlags(int param, bool remove) { } |
281 | 281 | ||
282 | public override void VehicleFlagsSet(int param) { } | ||
283 | |||
284 | public override void VehicleFlagsRemove(int param) { } | ||
285 | |||
286 | public override void SetVolumeDetect(int param) | 282 | public override void SetVolumeDetect(int param) |
287 | { | 283 | { |
288 | 284 | ||