mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance with code guidelines and the rest of the methods.
This commit is contained in:
@@ -2229,7 +2229,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (tau > 0)
|
||||
{
|
||||
ParentGroup.moveToTarget(target, tau);
|
||||
ParentGroup.MoveToTarget(target, tau);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -3279,7 +3279,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void StopMoveToTarget()
|
||||
{
|
||||
ParentGroup.stopMoveToTarget();
|
||||
ParentGroup.StopMoveToTarget();
|
||||
}
|
||||
|
||||
public void StoreUndoState()
|
||||
|
||||
Reference in New Issue
Block a user