mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
A few minor changes/additions/fixes.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
if (m_scene == null)
|
||||
{
|
||||
Console.WriteLine("Creating Texture download module");
|
||||
//Console.WriteLine("Creating Texture download module");
|
||||
m_thread = new Thread(new ThreadStart(ProcessTextureSenders));
|
||||
m_thread.IsBackground = true;
|
||||
m_thread.Start();
|
||||
|
||||
Reference in New Issue
Block a user