mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Merge branch 'master' of https://github.com/Anuken/Mindustry
This commit is contained in:
commit
059c729a2c
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ public class Pathfinder implements Runnable{
|
|||
|
||||
/** Packs a tile into its internal representation. */
|
||||
private int packTile(Tile tile){
|
||||
//TODO nearGround is just the inverse of nearLiquid?
|
||||
boolean nearLiquid = false, nearSolid = false, nearGround = false;
|
||||
|
||||
for(int i = 0; i < 4; i++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue