From 1e0334441138cb6fcb8853344310c6dbfc9ac047 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 13 Oct 2012 22:45:09 +0100 Subject: [PATCH] missing file --- OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs index 24f76d620e..768b0e6bd5 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs @@ -103,6 +103,8 @@ namespace OpenSim.Region.Physics.OdePlugin private void DoWork() { + m_mesher.ExpireFileCache(); + while(m_running) { ODEPhysRepData nextRep = createqueue.Dequeue();