Comment out debug sit message accidently left active
parent
ca079c378a
commit
84bfde3bdf
|
@ -2232,9 +2232,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
Vector3 standPos = ParentPosition + adjustmentForSitPosition + adjustmentForSitPose;
|
Vector3 standPos = ParentPosition + adjustmentForSitPosition + adjustmentForSitPose;
|
||||||
|
|
||||||
m_log.DebugFormat(
|
// m_log.DebugFormat(
|
||||||
"[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}",
|
// "[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}",
|
||||||
standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name);
|
// standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name);
|
||||||
|
|
||||||
Rotation = standRotation;
|
Rotation = standRotation;
|
||||||
AbsolutePosition = standPos;
|
AbsolutePosition = standPos;
|
||||||
|
|
Loading…
Reference in New Issue