mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Merge branch 'master' into varregion
This commit is contained in:
@@ -1645,12 +1645,13 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (AllowMovement && !SitGround)
|
||||
{
|
||||
Quaternion bodyRotation = agentData.BodyRotation;
|
||||
// m_log.DebugFormat("[SCENE PRESENCE]: Initial body rotation {0} for {1}", agentData.BodyRotation, Name);
|
||||
|
||||
bool update_rotation = false;
|
||||
|
||||
if (bodyRotation != Rotation)
|
||||
if (agentData.BodyRotation != Rotation)
|
||||
{
|
||||
Rotation = bodyRotation;
|
||||
Rotation = agentData.BodyRotation;
|
||||
update_rotation = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user