aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-09-10 04:07:08 -0400
committerTeravus Ovares (Dan Olivares)2009-09-10 04:07:08 -0400
commit729fbee287f15641cd71cadce410f8fe6d228772 (patch)
tree29ac6e148327e9bedfce3ad66d64e594737fed92 /OpenSim/Region/ClientStack
parent* Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth... (diff)
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-729fbee287f15641cd71cadce410f8fe6d228772.zip
opensim-SC_OLD-729fbee287f15641cd71cadce410f8fe6d228772.tar.gz
opensim-SC_OLD-729fbee287f15641cd71cadce410f8fe6d228772.tar.bz2
opensim-SC_OLD-729fbee287f15641cd71cadce410f8fe6d228772.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index dd50073..f6ae639 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3168,7 +3168,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3168 if (m_imageManager.ProcessImageQueue(m_textureSendLimit, 3168 if (m_imageManager.ProcessImageQueue(m_textureSendLimit,
3169 m_textureDataLimit)) 3169 m_textureDataLimit))
3170 { 3170 {
3171 lock(m_textureRequestTimer) 3171 lock (m_textureRequestTimer)
3172 m_textureRequestTimer.Start(); 3172 m_textureRequestTimer.Start();
3173 } 3173 }
3174 } 3174 }