aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJeff Ames2009-09-10 15:57:53 +0900
committerJeff Ames2009-09-10 15:57:53 +0900
commitc41387b86462b66479cc547b515820d706dbcd6a (patch)
tree49c103399ad3657b4be87263f7757b9eedf8c24c /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentMany databases contain folders with invalid folder ID. Folder IDs are (diff)
downloadopensim-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/LLClientView.cs')
-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 }