mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance with code guidelines and the rest of the methods.
This commit is contained in:
@@ -1886,7 +1886,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return Vector3.Zero;
|
||||
}
|
||||
|
||||
public void moveToTarget(Vector3 target, float tau)
|
||||
public void MoveToTarget(Vector3 target, float tau)
|
||||
{
|
||||
if (IsAttachment)
|
||||
{
|
||||
@@ -1908,7 +1908,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public void stopMoveToTarget()
|
||||
public void StopMoveToTarget()
|
||||
{
|
||||
if (IsAttachment)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user