Minor aesthetic change to make things more clear.

cpu-performance
Diva Canto 2013-07-21 08:50:52 -07:00
parent d95a470442
commit 9801d0d4c8
1 changed files with 2 additions and 1 deletions

View File

@ -1728,7 +1728,8 @@ namespace OpenSim.Region.Framework.Scenes
SendControlsToScripts(flagsForScripts); SendControlsToScripts(flagsForScripts);
} }
if ((State & 0x10) != 0) // We need to send this back to the client in order to see the edit beams
if ((State & (uint)AgentState.Editing) != 0)
ControllingClient.SendAgentTerseUpdate(this); ControllingClient.SendAgentTerseUpdate(this);
m_scene.EventManager.TriggerOnClientMovement(this); m_scene.EventManager.TriggerOnClientMovement(this);