Remove another core SNAFU. AbsolutePosition is NOT equal to group position

in attachments! Breaks resizers!!!
avinationmerge
Melanie 2011-07-06 21:20:11 +02:00
parent 06d5989f4d
commit fedfa02b64
1 changed files with 0 additions and 3 deletions

View File

@ -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);
} }
} }