diff options
author | Diva Canto | 2013-07-20 13:42:39 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-21 09:00:57 -0700 |
commit | 3919c805054e6ce240c72436414ecee18a6c2947 (patch) | |
tree | 81457a560daf103883b112170ff944b88b3861c8 /OpenSim/Region/Framework | |
parent | Manage AgentUpdates more sanely: (diff) | |
download | opensim-SC_OLD-3919c805054e6ce240c72436414ecee18a6c2947.zip opensim-SC_OLD-3919c805054e6ce240c72436414ecee18a6c2947.tar.gz opensim-SC_OLD-3919c805054e6ce240c72436414ecee18a6c2947.tar.bz2 opensim-SC_OLD-3919c805054e6ce240c72436414ecee18a6c2947.tar.xz |
A couple of small optimizations over the previous commit
Diffstat (limited to 'OpenSim/Region/Framework')
-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 5543964..2359f55 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1735,7 +1735,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1735 | /// <summary> | 1735 | /// <summary> |
1736 | /// This is the event handler for client cameras. If a client is moving, or moving the camera, this event is triggering. | 1736 | /// This is the event handler for client cameras. If a client is moving, or moving the camera, this event is triggering. |
1737 | /// </summary> | 1737 | /// </summary> |
1738 | public void HandleAgentCamerasUpdate(IClientAPI remoteClient, AgentUpdateArgs agentData) | 1738 | private void HandleAgentCamerasUpdate(IClientAPI remoteClient, AgentUpdateArgs agentData) |
1739 | { | 1739 | { |
1740 | //m_log.DebugFormat( | 1740 | //m_log.DebugFormat( |
1741 | // "[SCENE PRESENCE]: In {0} received agent camera update from {1}, flags {2}", | 1741 | // "[SCENE PRESENCE]: In {0} received agent camera update from {1}, flags {2}", |