diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index 1b03b3c..fc01805 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -607,6 +607,14 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
607 | set { return; } | 607 | set { return; } |
608 | } | 608 | } |
609 | 609 | ||
610 | public Vector3 rootVelocity | ||
611 | { | ||
612 | get | ||
613 | { | ||
614 | return _velocity; | ||
615 | } | ||
616 | } | ||
617 | |||
610 | public override Vector3 Velocity | 618 | public override Vector3 Velocity |
611 | { | 619 | { |
612 | get | 620 | get |