Fix the whitespace formatting error introduced by the last patch

integration
Melanie 2012-08-18 14:00:10 +01:00
parent 5d7751da89
commit 2a70afeca2
1 changed files with 2 additions and 2 deletions

View File

@ -2038,8 +2038,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
else
{
part.OffsetPosition = !adjust ? targetPos : SetPosAdjust(
currentPos, targetPos);
part.OffsetPosition = !adjust ? targetPos :
SetPosAdjust(currentPos, targetPos);
SceneObjectGroup parent = part.ParentGroup;
parent.HasGroupChanged = true;
parent.ScheduleGroupForTerseUpdate();