mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
minor locking issue
This commit is contained in:
@@ -121,9 +121,9 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||
|
||||
CacheExpire = TimeSpan.FromHours(fcache);
|
||||
|
||||
if(doMeshFileCache && cachePath != "")
|
||||
lock (diskLock)
|
||||
{
|
||||
lock (diskLock)
|
||||
if(doMeshFileCache && cachePath != "")
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user