Fixed some loading bugs

This commit is contained in:
Anuken
2017-11-26 22:53:41 -05:00
parent d9a66278ff
commit cb9acb7a52
6 changed files with 13 additions and 47 deletions
@@ -139,8 +139,6 @@ public class Enemy extends DestructibleEntity{
}
public void findClosestNode(){
Vars.world.pathfinder().find(this);
int index = 0;
int cindex = -1;
float dst = Float.MAX_VALUE;