no depth layers

This commit is contained in:
Jindra Petřík
2024-08-04 08:21:45 +02:00
parent c3e7ee451d
commit c3389dbfd1

View File

@@ -222,7 +222,7 @@ public class XFLConverter {
/**
* Adds "(depth xxx)" to layer name
*/
private final boolean DEBUG_EXPORT_LAYER_DEPTHS = true;
private final boolean DEBUG_EXPORT_LAYER_DEPTHS = false;
private static final DecimalFormat EDGE_DECIMAL_FORMAT = new DecimalFormat("0.#", DecimalFormatSymbols.getInstance(Locale.ENGLISH));