Re-added preloading of ground enemy path / Core unit casing FX
This commit is contained in:
@@ -87,6 +87,8 @@ public class Pathfinder implements Runnable{
|
||||
tiles[tile.x][tile.y] = packTile(tile);
|
||||
}
|
||||
|
||||
preloadPath(getField(state.rules.waveTeam, costGround, fieldCore));
|
||||
|
||||
start();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user