mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
replace old Attachoffset by AttachedPos. Comented out possible merge
artifacts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user