Fixed bugs with router clogging and save loading

This commit is contained in:
Anuken
2017-11-23 23:05:19 -05:00
parent f5583f6bc8
commit 56113cd1de
5 changed files with 16 additions and 16 deletions

View File

@@ -92,13 +92,6 @@ public class Pathfind{
}
}
//TODO make this work?
/*
PathFinderRequest<Tile> request = new PathFinderRequest<Tile>();
request.startNode = World.spawnpoints.get(0);
request.endNode = World.core;
passpathfinder.search(request, 1000); */
for(int i = 0; i < paths.size; i ++){
SmoothGraphPath path = paths.get(i);