name the thread

avinationmerge
UbitUmarov 2014-10-13 12:01:36 +01:00
parent cd87c4bec5
commit 9d52b7ff71
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ namespace OpenSim.Region.Physics.OdePlugin
} }
m_running = true; m_running = true;
m_thread = new Thread(DoWork); m_thread = new Thread(DoWork);
m_thread.Name = "OdeMeshWorker";
m_thread.Start(); m_thread.Start();
} }