coments change..

avinationmerge
UbitUmarov 2012-03-11 02:58:56 +00:00
parent dba0d79833
commit 80160c128d
1 changed files with 3 additions and 3 deletions

View File

@ -3509,7 +3509,7 @@ namespace OpenSim.Region.Framework.Scenes
public void doChangeObject(SceneObjectPart part, ObjectChangeData data)
{
// TODO this still as excessive ScheduleGroupForTerseUpdate()s
// TODO this still as excessive *.Schedule*Update()s
if (part != null && part.ParentGroup != null)
{
@ -3553,8 +3553,8 @@ namespace OpenSim.Region.Framework.Scenes
if (pha != null)
pha.Building = true;
// must deal with root part specially for position and rotation
// so parts offset positions or rotations are fixed
// root part is special
// parts offset positions or rotations need to change also
if (part == group.RootPart)
{