diff options
author | Jeff Ames | 2010-10-04 21:28:17 -0400 |
---|---|---|
committer | Jeff Ames | 2010-10-04 21:28:17 -0400 |
commit | bc9f793a92ab9b27a4cf3251fe586da70af03d42 (patch) | |
tree | 0a0e8fc19f4d52d2a6157ef5881439fde58493dd /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-bc9f793a92ab9b27a4cf3251fe586da70af03d42.zip opensim-SC-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.gz opensim-SC-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.bz2 opensim-SC-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.xz |
Formatting cleanup.
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 a4533fa..13d9964 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1523,7 +1523,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1523 | } | 1523 | } |
1524 | 1524 | ||
1525 | // If the agent update does move the avatar, then calculate the force ready for the velocity update, | 1525 | // If the agent update does move the avatar, then calculate the force ready for the velocity update, |
1526 | // which occurs later in the main scene loop | 1526 | // which occurs later in the main scene loop |
1527 | if (update_movementflag || (update_rotation && DCFlagKeyPressed)) | 1527 | if (update_movementflag || (update_rotation && DCFlagKeyPressed)) |
1528 | { | 1528 | { |
1529 | // m_log.DebugFormat("{0} {1}", update_movementflag, (update_rotation && DCFlagKeyPressed)); | 1529 | // m_log.DebugFormat("{0} {1}", update_movementflag, (update_rotation && DCFlagKeyPressed)); |