FLA export - Do not export layer depths

This commit is contained in:
Jindra Petřík
2024-08-28 18:51:19 +02:00
parent 4ba7870328
commit 7e6d331f82

View File

@@ -225,7 +225,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));