ExportMap/cs/TerraUtils.cs
@@ -95,7 +95,7 @@ if (null == metas || metas.Count == 0) return null; string dirPath = GetTerrainPath(args.dircode); if (args.isNew && Directory.Exists(dirPath)) Tools.DelPath(dirPath); if (Directory.Exists(dirPath)) Tools.DelPath(dirPath); tifFile = Merge(metas, args, ref err); if (!File.Exists(tifFile)) return null;