diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/TextureDownloadModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs index 01a55fb..87d6231 100644 --- a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs +++ b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | |||
@@ -36,7 +36,7 @@ using OpenSim.Region.Environment.Scenes; | |||
36 | 36 | ||
37 | namespace OpenSim.Region.Environment.Modules | 37 | namespace OpenSim.Region.Environment.Modules |
38 | { | 38 | { |
39 | //this is first attempt to start breaking the mess thats called the assetcache up. | 39 | //this is a first attempt, to start breaking the mess thats called the assetcache up. |
40 | // basically this should be the texture sending (to clients) code moved out of assetcache | 40 | // basically this should be the texture sending (to clients) code moved out of assetcache |
41 | //and some small clean up | 41 | //and some small clean up |
42 | // but on first tests it didn't seem to work very well so is currently not in use. | 42 | // but on first tests it didn't seem to work very well so is currently not in use. |