mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fix the whitespace formatting error introduced by the last patch
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user