diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 7f08cb4..5d3e986 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -534,6 +534,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
534 | public override PhysicsVector Force | 534 | public override PhysicsVector Force |
535 | { | 535 | { |
536 | get { return new PhysicsVector(_target_velocity.X, _target_velocity.Y, _target_velocity.Z); } | 536 | get { return new PhysicsVector(_target_velocity.X, _target_velocity.Y, _target_velocity.Z); } |
537 | set { return; } | ||
537 | } | 538 | } |
538 | 539 | ||
539 | public override PhysicsVector CenterOfMass | 540 | public override PhysicsVector CenterOfMass |