mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
another change to standup
This commit is contained in:
@@ -2535,7 +2535,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||||||
if (part.SitTargetAvatar == UUID)
|
if (part.SitTargetAvatar == UUID)
|
||||||
standRotation = standRotation * part.SitTargetOrientation;
|
standRotation = standRotation * part.SitTargetOrientation;
|
||||||
else
|
else
|
||||||
standRotation = part.GetWorldRotation() * m_bodyRot;
|
standRotation = standRotation * m_bodyRot;
|
||||||
|
|
||||||
m_bodyRot = standRotation;
|
m_bodyRot = standRotation;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user