diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index 509bdfa..ad18507 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -325,6 +325,11 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
325 | set { _velocity = value; } | 325 | set { _velocity = value; } |
326 | } | 326 | } |
327 | 327 | ||
328 | public override float CollisionScore | ||
329 | { | ||
330 | get { return 0f; } | ||
331 | } | ||
332 | |||
328 | public override bool Kinematic | 333 | public override bool Kinematic |
329 | { | 334 | { |
330 | get { return false; } | 335 | get { return false; } |
@@ -503,6 +508,11 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
503 | set { _velocity = value; } | 508 | set { _velocity = value; } |
504 | } | 509 | } |
505 | 510 | ||
511 | public override float CollisionScore | ||
512 | { | ||
513 | get { return 0f; } | ||
514 | } | ||
515 | |||
506 | public override bool Kinematic | 516 | public override bool Kinematic |
507 | { | 517 | { |
508 | get { return _prim.Kinematic; } | 518 | get { return _prim.Kinematic; } |