diff options
author | UbitUmarov | 2016-07-25 07:18:23 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-25 07:18:23 +0100 |
commit | 2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07 (patch) | |
tree | aff245148e101c47443c68ad0c0f7e7578900866 /OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |
parent | revert bad last changes and fix the issue another way (diff) | |
download | opensim-SC-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.zip opensim-SC-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.gz opensim-SC-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.bz2 opensim-SC-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.xz |
add missing overrides
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index fc01805..7d855f1 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -607,7 +607,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
607 | set { return; } | 607 | set { return; } |
608 | } | 608 | } |
609 | 609 | ||
610 | public Vector3 rootVelocity | 610 | public override Vector3 rootVelocity |
611 | { | 611 | { |
612 | get | 612 | get |
613 | { | 613 | { |