another change to standup
parent
d6f56a4f99
commit
5f364dbed5
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue