diff options
author | Teravus Ovares (Dan Olivares) | 2009-09-10 04:07:08 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-09-10 04:07:08 -0400 |
commit | 729fbee287f15641cd71cadce410f8fe6d228772 (patch) | |
tree | 29ac6e148327e9bedfce3ad66d64e594737fed92 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | * Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth... (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-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 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | } |