diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 0fb5477..a74069d 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2232,9 +2232,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
2232 | 2232 | ||
2233 | Vector3 standPos = ParentPosition + adjustmentForSitPosition + adjustmentForSitPose; | 2233 | Vector3 standPos = ParentPosition + adjustmentForSitPosition + adjustmentForSitPose; |
2234 | 2234 | ||
2235 | m_log.DebugFormat( | 2235 | // m_log.DebugFormat( |
2236 | "[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}", | 2236 | // "[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}", |
2237 | standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name); | 2237 | // standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name); |
2238 | 2238 | ||
2239 | Rotation = standRotation; | 2239 | Rotation = standRotation; |
2240 | AbsolutePosition = standPos; | 2240 | AbsolutePosition = standPos; |