mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Named pathfinder thread (#5969)
This commit is contained in:
parent
7c028ffcb8
commit
fc7f689ea4
@ -138,7 +138,7 @@ public class Pathfinder implements Runnable{
|
|||||||
/** Starts or restarts the pathfinding thread. */
|
/** Starts or restarts the pathfinding thread. */
|
||||||
private void start(){
|
private void start(){
|
||||||
stop();
|
stop();
|
||||||
thread = Threads.daemon(this);
|
thread = Threads.daemon("Pathfinder", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Stops the pathfinding thread. */
|
/** Stops the pathfinding thread. */
|
||||||
|
Loading…
Reference in New Issue
Block a user