diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 024ebce..c30e559 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3592,7 +3592,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3592 | /// Generate one of the object update packets based on PrimUpdateFlags | 3592 | /// Generate one of the object update packets based on PrimUpdateFlags |
3593 | /// and broadcast the packet to clients | 3593 | /// and broadcast the packet to clients |
3594 | /// </summary> | 3594 | /// </summary> |
3595 | public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) | 3595 | public void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) |
3596 | { | 3596 | { |
3597 | //double priority = m_prioritizer.GetUpdatePriority(this, entity); | 3597 | //double priority = m_prioritizer.GetUpdatePriority(this, entity); |
3598 | uint priority = m_prioritizer.GetUpdatePriority(this, entity); | 3598 | uint priority = m_prioritizer.GetUpdatePriority(this, entity); |