Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
commit
13e7085124
|
@ -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)
|
||||||
|
|
|
@ -3760,7 +3760,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
ParentGroup.stopMoveToTarget();
|
ParentGroup.stopMoveToTarget();
|
||||||
|
|
||||||
ParentGroup.ScheduleGroupForTerseUpdate();
|
// ParentGroup.ScheduleGroupForTerseUpdate();
|
||||||
//ParentGroup.ScheduleGroupForFullUpdate();
|
//ParentGroup.ScheduleGroupForFullUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue