mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Change the results from llGetPrimitiveParams to be the same as SL for
the prim position. This will make attached resizer scripts work like SL. Existing resizers may be affected adversely.
This commit is contained in:
@@ -1060,7 +1060,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
get {
|
||||
if (IsAttachment)
|
||||
return GroupPosition;
|
||||
return GroupPosition + (m_offsetPosition * ParentGroup.RootPart.RotationOffset);
|
||||
|
||||
// return m_offsetPosition + m_groupPosition; }
|
||||
return m_groupPosition + (m_offsetPosition * ParentGroup.RootPart.RotationOffset) ; } //KF: Rotation was ignored!
|
||||
|
||||
Reference in New Issue
Block a user