Remove another core SNAFU. AbsolutePosition is NOT equal to group position
in attachments! Breaks resizers!!!avinationmerge
parent
06d5989f4d
commit
fedfa02b64
|
@ -1118,9 +1118,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (IsAttachment)
|
|
||||||
return GroupPosition;
|
|
||||||
|
|
||||||
return GroupPosition + (m_offsetPosition * ParentGroup.RootPart.RotationOffset);
|
return GroupPosition + (m_offsetPosition * ParentGroup.RootPart.RotationOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue