mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Revert "Fix non-root prim sit positions for prims where a sit target has been specified as well."
Revert to place on separate branch for now
This reverts commit 70e651a8d1.
This commit is contained in:
@@ -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;
|
||||
Rotation = sitTargetOrient;
|
||||
ParentPosition = part.AbsolutePosition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user