Debug property

This commit is contained in:
Anuken 2023-11-16 09:58:01 -05:00
parent 565d3313a4
commit 7a3476b9f7

View File

@ -29,7 +29,7 @@ public class HierarchyPathFinder implements Runnable{
static final int clusterSize = 12;
static final boolean debug = true;
static final boolean debug = OS.hasProp("mindustry.debug");
static final int[] offsets = {
1, 0, //right: bottom to top