replace old Attachoffset by AttachedPos. Comented out possible merge

artifacts
This commit is contained in:
UbitUmarov
2014-07-20 01:15:33 +01:00
parent 5000a5c038
commit dc717303d4
5 changed files with 11 additions and 13 deletions

View File

@@ -390,7 +390,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
// Restore attachment data after trip through the sim
if (objectGroup.RootPart.AttachPoint > 0)
{
inventoryStoredPosition = objectGroup.RootPart.AttachOffset;
inventoryStoredPosition = objectGroup.RootPart.AttachedPos;
inventoryStoredRotation = objectGroup.RootPart.AttachRotation;
}