add missing overrides

LSLKeyTest
UbitUmarov 2016-07-25 07:18:23 +01:00
parent aa9503ab86
commit 2548f240b5
2 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
set { return; } set { return; }
} }
public Vector3 rootVelocity public override Vector3 rootVelocity
{ {
get get
{ {

View File

@ -542,7 +542,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
} }
} }
public Vector3 rootVelocity public override Vector3 rootVelocity
{ {
get get
{ {