diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index ac5b27e..7d4bb8e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -9453,7 +9453,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9453 | } | 9453 | } |
9454 | 9454 | ||
9455 | // in the end, we dereference this, so we have to check if it's null | 9455 | // in the end, we dereference this, so we have to check if it's null |
9456 | if (m_imageManager != null ) | 9456 | if (m_imageManager != null) |
9457 | m_imageManager.ProcessImageQueue(10); | 9457 | m_imageManager.ProcessImageQueue(10); |
9458 | PacketPool.Instance.ReturnPacket(Pack); | 9458 | PacketPool.Instance.ReturnPacket(Pack); |
9459 | } | 9459 | } |
@@ -10164,7 +10164,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
10164 | mirplk.AgentData.AgentID = AgentId; | 10164 | mirplk.AgentData.AgentID = AgentId; |
10165 | mirplk.RequestData.ItemType = mapitemtype; | 10165 | mirplk.RequestData.ItemType = mapitemtype; |
10166 | mirplk.Data = new MapItemReplyPacket.DataBlock[replies.Length]; | 10166 | mirplk.Data = new MapItemReplyPacket.DataBlock[replies.Length]; |
10167 | for (int i = 0; i < replies.Length; i++ ) | 10167 | for (int i = 0; i < replies.Length; i++) |
10168 | { | 10168 | { |
10169 | MapItemReplyPacket.DataBlock mrdata = new MapItemReplyPacket.DataBlock(); | 10169 | MapItemReplyPacket.DataBlock mrdata = new MapItemReplyPacket.DataBlock(); |
10170 | mrdata.X = replies[i].x; | 10170 | mrdata.X = replies[i].x; |