diff options
author | UbitUmarov | 2016-07-25 07:06:36 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-25 07:06:36 +0100 |
commit | aa9503ab8616f11f9c579631213663df8e20d143 (patch) | |
tree | d25fb4b1ebc0fbfa51acf6ddd1bc31987954ec97 /OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |
parent | ubOde bug fix (diff) | |
download | opensim-SC-aa9503ab8616f11f9c579631213663df8e20d143.zip opensim-SC-aa9503ab8616f11f9c579631213663df8e20d143.tar.gz opensim-SC-aa9503ab8616f11f9c579631213663df8e20d143.tar.bz2 opensim-SC-aa9503ab8616f11f9c579631213663df8e20d143.tar.xz |
revert bad last changes and fix the issue another way
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 |