mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Revert "fix avatar rotation when sitting on a linked part"
Reverting for now to place on separate branch
This reverts commit 65304260af.
This commit is contained in:
@@ -2591,7 +2591,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
//Quaternion result = (sitTargetOrient * vq) * nq;
|
||||
|
||||
m_pos = sitTargetPos + SIT_TARGET_ADJUSTMENT + part.OffsetPosition;
|
||||
Rotation = part.RotationOffset * sitTargetOrient;
|
||||
Rotation = sitTargetOrient;
|
||||
ParentPosition = part.AbsolutePosition;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user