diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs index ecf44a6..c773f9e 100644 --- a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs +++ b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | |||
@@ -75,6 +75,7 @@ namespace OpenSim.Region.Environment.Modules | |||
75 | m_thread.Name = "ProcessTextureSenderThread"; | 75 | m_thread.Name = "ProcessTextureSenderThread"; |
76 | m_thread.IsBackground = true; | 76 | m_thread.IsBackground = true; |
77 | m_thread.Start(); | 77 | m_thread.Start(); |
78 | OpenSim.Framework.ThreadTracker.Add(m_thread); | ||
78 | } | 79 | } |
79 | 80 | ||
80 | if (!m_scenes.Contains(scene)) | 81 | if (!m_scenes.Contains(scene)) |