diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-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 |