dont send a full grp update on stopmovetotarget. just a rootpart terse

avinationmerge
UbitUmarov 2013-01-16 22:17:10 +00:00
parent 30d5faa7fc
commit de49440839
2 changed files with 3 additions and 1 deletions

View File

@ -2369,6 +2369,8 @@ namespace OpenSim.Region.Framework.Scenes
if (pa != null) if (pa != null)
pa.PIDActive = false; pa.PIDActive = false;
RootPart.ScheduleTerseUpdate(); // send a stop information
} }
public void rotLookAt(Quaternion target, float strength, float damping) public void rotLookAt(Quaternion target, float strength, float damping)

View File

@ -3760,7 +3760,7 @@ namespace OpenSim.Region.Framework.Scenes
{ {
ParentGroup.stopMoveToTarget(); ParentGroup.stopMoveToTarget();
ParentGroup.ScheduleGroupForTerseUpdate(); // ParentGroup.ScheduleGroupForTerseUpdate();
//ParentGroup.ScheduleGroupForFullUpdate(); //ParentGroup.ScheduleGroupForFullUpdate();
} }