mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add missing overrides
This commit is contained in:
@@ -607,7 +607,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public Vector3 rootVelocity
|
||||
public override Vector3 rootVelocity
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
@@ -542,7 +542,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
}
|
||||
}
|
||||
|
||||
public Vector3 rootVelocity
|
||||
public override Vector3 rootVelocity
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user