aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
authorUbitUmarov2012-10-13 22:45:09 +0100
committerUbitUmarov2012-10-13 22:45:09 +0100
commit1e0334441138cb6fcb8853344310c6dbfc9ac047 (patch)
tree7bb374ebc15abe4d129f0cc675f538b68cd598b6 /OpenSim/Region/Physics
parent add mesh cache expire on region startup. Expires will be relative to (diff)
downloadopensim-SC_OLD-1e0334441138cb6fcb8853344310c6dbfc9ac047.zip
opensim-SC_OLD-1e0334441138cb6fcb8853344310c6dbfc9ac047.tar.gz
opensim-SC_OLD-1e0334441138cb6fcb8853344310c6dbfc9ac047.tar.bz2
opensim-SC_OLD-1e0334441138cb6fcb8853344310c6dbfc9ac047.tar.xz
missing file
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();