mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Debug property
This commit is contained in:
parent
565d3313a4
commit
7a3476b9f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user