aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
authorUbitUmarov2014-10-13 12:01:36 +0100
committerUbitUmarov2014-10-13 12:01:36 +0100
commit9d52b7ff71579719f0e1f2cb45f0aca30e7d1bec (patch)
treeb7c1fca0ebc6b78ce5b4d89e5e0c70b21ebd9d1a /OpenSim/Region/Physics
parent change/fix previus commits (diff)
downloadopensim-SC_OLD-9d52b7ff71579719f0e1f2cb45f0aca30e7d1bec.zip
opensim-SC_OLD-9d52b7ff71579719f0e1f2cb45f0aca30e7d1bec.tar.gz
opensim-SC_OLD-9d52b7ff71579719f0e1f2cb45f0aca30e7d1bec.tar.bz2
opensim-SC_OLD-9d52b7ff71579719f0e1f2cb45f0aca30e7d1bec.tar.xz
name the thread
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
index 5030cec..a6bdaa0 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
@@ -100,6 +100,7 @@ namespace OpenSim.Region.Physics.OdePlugin
100 } 100 }
101 m_running = true; 101 m_running = true;
102 m_thread = new Thread(DoWork); 102 m_thread = new Thread(DoWork);
103 m_thread.Name = "OdeMeshWorker";
103 m_thread.Start(); 104 m_thread.Start();
104 } 105 }
105 106