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 | |
parent | revert bad last changes and fix the issue another way (diff) | |
download | opensim-SC_OLD-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.zip opensim-SC_OLD-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.gz opensim-SC_OLD-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.bz2 opensim-SC_OLD-2548f240b5dde3572bc8dfa967dd7c5cdd5fbb07.tar.xz |
add missing overrides
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | 2 |
2 files changed, 2 insertions, 2 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 | { |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs index 21efa97..aaa2203 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | |||
@@ -542,7 +542,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
542 | } | 542 | } |
543 | } | 543 | } |
544 | 544 | ||
545 | public Vector3 rootVelocity | 545 | public override Vector3 rootVelocity |
546 | { | 546 | { |
547 | get | 547 | get |
548 | { | 548 | { |