aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
index 24f76d62..768b0e6 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs
@@ -103,6 +103,8 @@ namespace OpenSim.Region.Physics.OdePlugin
103 103
104 private void DoWork() 104 private void DoWork()
105 { 105 {
106 m_mesher.ExpireFileCache();
107
106 while(m_running) 108 while(m_running)
107 { 109 {
108 ODEPhysRepData nextRep = createqueue.Dequeue(); 110 ODEPhysRepData nextRep = createqueue.Dequeue();