remove a redundant and potencially dangerous child.AbsolutePosition = child.AbsolutePosition

0.9.0-post-fixes
UbitUmarov 2016-09-24 18:16:30 +01:00
parent 42989176ec
commit 9e074988f0
1 changed files with 2 additions and 1 deletions

View File

@ -1865,7 +1865,8 @@ namespace OpenSim.Region.Framework.Scenes
// 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; // already done in LinkToGroup
// child.AbsolutePosition = child.AbsolutePosition;
} }
} }