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