name the thread

This commit is contained in:
UbitUmarov
2014-10-13 12:01:36 +01:00
parent cd87c4bec5
commit 9d52b7ff71

View File

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