diff options
author | Jeff Ames | 2009-09-10 15:57:53 +0900 |
---|---|---|
committer | Jeff Ames | 2009-09-10 15:57:53 +0900 |
commit | c41387b86462b66479cc547b515820d706dbcd6a (patch) | |
tree | 49c103399ad3657b4be87263f7757b9eedf8c24c /OpenSim/Region/ClientStack/LindenUDP | |
parent | Many databases contain folders with invalid folder ID. Folder IDs are (diff) | |
download | opensim-SC_OLD-c41387b86462b66479cc547b515820d706dbcd6a.zip opensim-SC_OLD-c41387b86462b66479cc547b515820d706dbcd6a.tar.gz opensim-SC_OLD-c41387b86462b66479cc547b515820d706dbcd6a.tar.bz2 opensim-SC_OLD-c41387b86462b66479cc547b515820d706dbcd6a.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-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 | } |