mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
name the thread
This commit is contained in:
@@ -100,6 +100,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
m_running = true;
|
||||
m_thread = new Thread(DoWork);
|
||||
m_thread.Name = "OdeMeshWorker";
|
||||
m_thread.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user