mirror of
https://github.com/opensim/opensim.git
synced 2026-06-25 15:55:46 +08:00
Remove unused SetAcceleration and add set on Acceleration parameter
This commit is contained in:
@@ -232,6 +232,7 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
|
||||
public override Vector3 Acceleration
|
||||
{
|
||||
get { return _acceleration; }
|
||||
set { _acceleration = value; }
|
||||
}
|
||||
|
||||
public override bool Kinematic
|
||||
@@ -252,11 +253,6 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
|
||||
{
|
||||
}
|
||||
|
||||
public void SetAcceleration(Vector3 accel)
|
||||
{
|
||||
_acceleration = accel;
|
||||
}
|
||||
|
||||
public override void AddForce(Vector3 force, bool pushforce)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user