mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Remove unused SetAcceleration and add set on Acceleration parameter
This commit is contained in:
@@ -690,12 +690,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
public override Vector3 Acceleration
|
||||
{
|
||||
get { return _acceleration; }
|
||||
}
|
||||
|
||||
public void SetAcceleration(Vector3 accel)
|
||||
{
|
||||
m_pidControllerActive = true;
|
||||
_acceleration = accel;
|
||||
set { _acceleration = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -2497,6 +2497,7 @@ Console.WriteLine(" JointCreateFixed");
|
||||
public override Vector3 Acceleration
|
||||
{
|
||||
get { return _acceleration; }
|
||||
set { _acceleration = value; }
|
||||
}
|
||||
|
||||
public override void AddForce(Vector3 force, bool pushforce)
|
||||
|
||||
Reference in New Issue
Block a user