diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index d282e9d..76121ae 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -204,7 +204,11 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
204 | get { return false; } | 204 | get { return false; } |
205 | set { return; } | 205 | set { return; } |
206 | } | 206 | } |
207 | 207 | public override bool ThrottleUpdates | |
208 | { | ||
209 | get { return false; } | ||
210 | set { return; } | ||
211 | } | ||
208 | public override bool Flying | 212 | public override bool Flying |
209 | { | 213 | { |
210 | get { return flying; } | 214 | get { return flying; } |
@@ -335,6 +339,11 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
335 | get { return false; } | 339 | get { return false; } |
336 | set { return; } | 340 | set { return; } |
337 | } | 341 | } |
342 | public override bool ThrottleUpdates | ||
343 | { | ||
344 | get { return false; } | ||
345 | set { return; } | ||
346 | } | ||
338 | public override PhysicsVector RotationalVelocity | 347 | public override PhysicsVector RotationalVelocity |
339 | { | 348 | { |
340 | get { return m_rotationalVelocity; } | 349 | get { return m_rotationalVelocity; } |