diff options
author | UbitUmarov | 2012-10-13 22:45:09 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-13 22:45:09 +0100 |
commit | 1e0334441138cb6fcb8853344310c6dbfc9ac047 (patch) | |
tree | 7bb374ebc15abe4d129f0cc675f538b68cd598b6 /OpenSim | |
parent | add mesh cache expire on region startup. Expires will be relative to (diff) | |
download | opensim-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 'OpenSim')
-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(); |