Add transparency option on Flat and Surface map, fix file locks
This commit is contained in:
parent
c48d06eec1
commit
c4646dc299
5 changed files with 102 additions and 15 deletions
|
|
@ -72,7 +72,7 @@ public class FileLockManager {
|
|||
}
|
||||
else { /* Write lock in place */
|
||||
try {
|
||||
lock.wait();
|
||||
lock.wait();
|
||||
} catch (InterruptedException ix) {
|
||||
Log.severe("getReadLock(" + fn + ") interrupted");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue