add missing overrides
parent
aa9503ab86
commit
2548f240b5
|
@ -607,7 +607,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||||
set { return; }
|
set { return; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public Vector3 rootVelocity
|
public override Vector3 rootVelocity
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
|
|
@ -542,7 +542,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public Vector3 rootVelocity
|
public override Vector3 rootVelocity
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue