minor locking issue
parent
4f4227d5bb
commit
3ffb6e8120
|
@ -121,9 +121,9 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
|||
|
||||
CacheExpire = TimeSpan.FromHours(fcache);
|
||||
|
||||
if(doMeshFileCache && cachePath != "")
|
||||
lock (diskLock)
|
||||
{
|
||||
lock (diskLock)
|
||||
if(doMeshFileCache && cachePath != "")
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue