A couple of small optimizations over the previous commit

This commit is contained in:
Diva Canto
2013-07-20 13:42:39 -07:00
parent d5a1779465
commit 3919c80505
2 changed files with 11 additions and 9 deletions

View File

@@ -1735,7 +1735,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// This is the event handler for client cameras. If a client is moving, or moving the camera, this event is triggering.
/// </summary>
public void HandleAgentCamerasUpdate(IClientAPI remoteClient, AgentUpdateArgs agentData)
private void HandleAgentCamerasUpdate(IClientAPI remoteClient, AgentUpdateArgs agentData)
{
//m_log.DebugFormat(
// "[SCENE PRESENCE]: In {0} received agent camera update from {1}, flags {2}",