This commit is contained in:
Anuken
2020-09-30 17:21:05 -04:00
parent 781d9b3c38
commit 326640d32a
17 changed files with 46 additions and 91 deletions

View File

@@ -468,7 +468,7 @@ public class Pathfinder implements Runnable{
/** search frontier, these are Pos objects */
IntQueue frontier = new IntQueue();
/** all target positions; these positions have a cost of 0, and must be synchronized on! */
IntSeq targets = new IntSeq();
final IntSeq targets = new IntSeq();
/** current search ID */
int search = 1;
/** last updated time */