aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-19 23:44:22 +0000
committerJustin Clarke Casey2008-02-19 23:44:22 +0000
commitca78c3ef0d24b3caa28eaac3de9051883e001699 (patch)
tree0fc3e3ba22357c1baacdbf439926f88005676c31
parent* Add documentation (diff)
downloadopensim-SC_OLD-ca78c3ef0d24b3caa28eaac3de9051883e001699.zip
opensim-SC_OLD-ca78c3ef0d24b3caa28eaac3de9051883e001699.tar.gz
opensim-SC_OLD-ca78c3ef0d24b3caa28eaac3de9051883e001699.tar.bz2
opensim-SC_OLD-ca78c3ef0d24b3caa28eaac3de9051883e001699.tar.xz
Doc correction
-rw-r--r--OpenSim/Region/Environment/Modules/TextureDownloadModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs
index 5d22e2a..bfa84eb 100644
--- a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs
+++ b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Modules
55 private readonly BlockingQueue<TextureSender> m_queueSenders = new BlockingQueue<TextureSender>(); 55 private readonly BlockingQueue<TextureSender> m_queueSenders = new BlockingQueue<TextureSender>();
56 56
57 /// <summary> 57 /// <summary>
58 /// Each user has their own texture download queue. 58 /// Each user has their own texture download service.
59 /// </summary> 59 /// </summary>
60 private readonly Dictionary<LLUUID, UserTextureDownloadService> m_userTextureServices = 60 private readonly Dictionary<LLUUID, UserTextureDownloadService> m_userTextureServices =
61 new Dictionary<LLUUID, UserTextureDownloadService>(); 61 new Dictionary<LLUUID, UserTextureDownloadService>();