mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Doc correction
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
private readonly BlockingQueue<TextureSender> m_queueSenders = new BlockingQueue<TextureSender>();
|
||||
|
||||
/// <summary>
|
||||
/// Each user has their own texture download queue.
|
||||
/// Each user has their own texture download service.
|
||||
/// </summary>
|
||||
private readonly Dictionary<LLUUID, UserTextureDownloadService> m_userTextureServices =
|
||||
new Dictionary<LLUUID, UserTextureDownloadService>();
|
||||
|
||||
Reference in New Issue
Block a user