diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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 | } |