diff options
author | ubit | 2012-10-13 23:45:58 +0200 |
---|---|---|
committer | ubit | 2012-10-13 23:45:58 +0200 |
commit | 7040c0aa5af41cf411199cbf90ec16f8f3d46b87 (patch) | |
tree | adffc2dd69d7e50c38dbbf2f61bcd303c00a5d56 | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | missing file (diff) | |
download | opensim-SC-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.zip opensim-SC-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.gz opensim-SC-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.bz2 opensim-SC-7040c0aa5af41cf411199cbf90ec16f8f3d46b87.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEMeshWorker.cs | 2 |
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(); |