diff options
author | Teravus Ovares | 2008-02-13 23:14:41 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-13 23:14:41 +0000 |
commit | 3588d89b2cba36415991c46c300b1f9c94f109bf (patch) | |
tree | 985987f9e0a2e60815134f05a4d69c658aef4ed4 /OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |
parent | * Fixed another bug in avatarpicker ('surname'/'lastname' mixup) (diff) | |
download | opensim-SC_OLD-3588d89b2cba36415991c46c300b1f9c94f109bf.zip opensim-SC_OLD-3588d89b2cba36415991c46c300b1f9c94f109bf.tar.gz opensim-SC_OLD-3588d89b2cba36415991c46c300b1f9c94f109bf.tar.bz2 opensim-SC_OLD-3588d89b2cba36415991c46c300b1f9c94f109bf.tar.xz |
* Bigish ODE stability Update. Run Prebuild
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index ad18507..4a0467c 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -393,6 +393,10 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
393 | _position.Y = vec.Y; | 393 | _position.Y = vec.Y; |
394 | _position.Z = vec.Z; | 394 | _position.Z = vec.Z; |
395 | } | 395 | } |
396 | public override void CrossingFailure() | ||
397 | { | ||
398 | |||
399 | } | ||
396 | } | 400 | } |
397 | 401 | ||
398 | 402 | ||
@@ -577,5 +581,9 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
577 | { | 581 | { |
578 | get { return PhysicsVector.Zero; } | 582 | get { return PhysicsVector.Zero; } |
579 | } | 583 | } |
584 | public override void CrossingFailure() | ||
585 | { | ||
586 | |||
587 | } | ||
580 | } | 588 | } |
581 | } \ No newline at end of file | 589 | } \ No newline at end of file |