aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin
diff options
context:
space:
mode:
authorubit2012-10-13 23:45:58 +0200
committerubit2012-10-13 23:45:58 +0200
commit7040c0aa5af41cf411199cbf90ec16f8f3d46b87 (patch)
treeadffc2dd69d7e50c38dbbf2f61bcd303c00a5d56 /OpenSim/Region/Physics/UbitOdePlugin
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent missing file (diff)
downloadopensim-SC_OLD-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.zip
opensim-SC_OLD-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.gz
opensim-SC_OLD-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.bz2
opensim-SC_OLD-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin')
-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();