Merge branch 'master' of /home/opensim/var/repo/opensim

integration
BlueWall 2012-07-23 16:17:55 -04:00
commit aae6ace2ce
1 changed files with 2 additions and 0 deletions

View File

@ -1638,6 +1638,8 @@ namespace OpenSim.Region.Framework.Scenes
{ {
parentGroup.LinkToGroup(child); parentGroup.LinkToGroup(child);
child.DetachFromBackup();
// this is here so physics gets updated! // this is here so physics gets updated!
// Don't remove! Bad juju! Stay away! or fix physics! // Don't remove! Bad juju! Stay away! or fix physics!
child.AbsolutePosition = child.AbsolutePosition; child.AbsolutePosition = child.AbsolutePosition;