refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance with code guidelines and the rest of the methods.

This commit is contained in:
Justin Clark-Casey
2014-11-19 20:12:28 +00:00
parent 7a2c77e7ea
commit 3247a7cb3e
2 changed files with 4 additions and 4 deletions

View File

@@ -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()