diff options
author | Teravus Ovares | 2008-05-06 00:23:19 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-06 00:23:19 +0000 |
commit | 240e8646dac402068930065c1fb792e647f1ce4b (patch) | |
tree | 10064eea011ac7155c947b11a64bcc650feb6dbb /OpenSim/Region/Physics/PhysXPlugin | |
parent | * Refactor: Break out permissions code into a separate region PermissionsModule (diff) | |
download | opensim-SC_OLD-240e8646dac402068930065c1fb792e647f1ce4b.zip opensim-SC_OLD-240e8646dac402068930065c1fb792e647f1ce4b.tar.gz opensim-SC_OLD-240e8646dac402068930065c1fb792e647f1ce4b.tar.bz2 opensim-SC_OLD-240e8646dac402068930065c1fb792e647f1ce4b.tar.xz |
* If you llApplyImpulse on an attachment, it applies impulse on the avatar, not the attachment.
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index 49fe1b5..712d10e 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -378,7 +378,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
378 | _acceleration = accel; | 378 | _acceleration = accel; |
379 | } | 379 | } |
380 | 380 | ||
381 | public override void AddForce(PhysicsVector force) | 381 | public override void AddForce(PhysicsVector force, bool pushforce) |
382 | { | 382 | { |
383 | } | 383 | } |
384 | 384 | ||
@@ -625,7 +625,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
625 | _acceleration = accel; | 625 | _acceleration = accel; |
626 | } | 626 | } |
627 | 627 | ||
628 | public override void AddForce(PhysicsVector force) | 628 | public override void AddForce(PhysicsVector force, bool pushforce) |
629 | { | 629 | { |
630 | } | 630 | } |
631 | 631 | ||