Revert "Refix fix for sitting on non-root linked prims with explicit sit targets."
This reverts commit 78649eb099
.
master-beforevarregion
parent
5aa3236ebe
commit
910f07dffa
|
@ -2590,7 +2590,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
//Quaternion result = (sitTargetOrient * vq) * nq;
|
||||
|
||||
m_pos = sitTargetPos + SIT_TARGET_ADJUSTMENT + part.OffsetPosition;
|
||||
m_pos = sitTargetPos + SIT_TARGET_ADJUSTMENT - part.GroupPosition;
|
||||
Rotation = sitTargetOrient;
|
||||
ParentPosition = part.AbsolutePosition;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue