diff options
author | Kitto Flora | 2010-01-03 23:10:01 -0500 |
---|---|---|
committer | Kitto Flora | 2010-01-03 23:10:01 -0500 |
commit | 253e2ed699a899b74451ac51ed7875b3f98ffdd7 (patch) | |
tree | 8760330fd19b8ae367b79dd63408b33618c4eff2 /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Vehicle Linear parameter adjustments (diff) | |
parent | Solve conflict (diff) | |
download | opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.zip opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.gz opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.bz2 opensim-SC-253e2ed699a899b74451ac51ed7875b3f98ffdd7.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index c3bc96a..f36c1a9 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1985,7 +1985,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1985 | if (collisionPoint.ApproxEquals(m_requestedSitOffset + part.AbsolutePosition, 0.2f)) | 1985 | if (collisionPoint.ApproxEquals(m_requestedSitOffset + part.AbsolutePosition, 0.2f)) |
1986 | { | 1986 | { |
1987 | SitRaycastFindEdge(collisionPoint, normal); | 1987 | SitRaycastFindEdge(collisionPoint, normal); |
1988 | m_log.DebugFormat("[SIT]: Raycast Avatar Position succeeded at point: {0}, normal:{1}", collisionPoint, normal ); | 1988 | m_log.DebugFormat("[SIT]: Raycast Avatar Position succeeded at point: {0}, normal:{1}", collisionPoint, normal); |
1989 | } | 1989 | } |
1990 | else | 1990 | else |
1991 | { | 1991 | { |