Refix fix for sitting on non-root linked prims with explicit sit targets.
I forgot that m_post is being set inconsistently between non-explicit and explicit ragetslink-sitting
parent
70e651a8d1
commit
78649eb099
|
@ -2590,7 +2590,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
//Quaternion result = (sitTargetOrient * vq) * nq;
|
||||
|
||||
m_pos = sitTargetPos + SIT_TARGET_ADJUSTMENT - part.GroupPosition;
|
||||
m_pos = sitTargetPos + SIT_TARGET_ADJUSTMENT + part.OffsetPosition;
|
||||
Rotation = sitTargetOrient;
|
||||
ParentPosition = part.AbsolutePosition;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue