mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-24 21:48:25 +07:00
Pathfinder debug off
This commit is contained in:
parent
f7f1bf1a43
commit
68a12b37c6
@ -48,7 +48,7 @@ public class ControlPathfinder{
|
||||
(PathTile.nearGround(tile) || PathTile.nearSolid(tile) ? 2 : 0) +
|
||||
(PathTile.deep(tile) ? 0 : 1);
|
||||
|
||||
public static boolean showDebug = true;
|
||||
public static boolean showDebug = false;
|
||||
|
||||
//static access probably faster than object access
|
||||
static int wwidth, wheight;
|
||||
|
Loading…
Reference in New Issue
Block a user