diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index c9e1e30..197da0a 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -340,6 +340,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
340 | public override PhysicsVector Force | 340 | public override PhysicsVector Force |
341 | { | 341 | { |
342 | get { return PhysicsVector.Zero; } | 342 | get { return PhysicsVector.Zero; } |
343 | set { return; } | ||
343 | } | 344 | } |
344 | 345 | ||
345 | public override PhysicsVector CenterOfMass | 346 | public override PhysicsVector CenterOfMass |
@@ -669,6 +670,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
669 | public override PhysicsVector Force | 670 | public override PhysicsVector Force |
670 | { | 671 | { |
671 | get { return PhysicsVector.Zero; } | 672 | get { return PhysicsVector.Zero; } |
673 | set { return; } | ||
672 | } | 674 | } |
673 | 675 | ||
674 | public override PhysicsVector CenterOfMass | 676 | public override PhysicsVector CenterOfMass |