This commit is contained in:
Anuken
2020-01-28 13:44:06 -05:00
parent 89e1c5afc0
commit 867a642859
2 changed files with 5 additions and 3 deletions

View File

@@ -33,8 +33,7 @@ public class Pathfinder implements Runnable{
/** handles task scheduling on the update thread. */
private TaskQueue queue = new TaskQueue();
/** current pathfinding thread */
private @Nullable
Thread thread;
private @Nullable Thread thread;
public Pathfinder(){
Events.on(WorldLoadEvent.class, event -> {