revert bad last changes and fix the issue another way

This commit is contained in:
UbitUmarov
2016-07-25 07:06:36 +01:00
parent f661fdf2aa
commit aa9503ab86
4 changed files with 28 additions and 11 deletions

View File

@@ -396,6 +396,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
}
public abstract Vector3 Velocity { get; set; }
public virtual Vector3 rootVelocity { get; }
public abstract Vector3 Torque { get; set; }
public abstract float CollisionScore { get; set;}