| Modifier and Type | Method and Description |
|---|---|
static void |
sort(MapTile[] a,
int lo,
int hi)
Sort tiles by current
MapTile.distance from map center. |
public static void sort(MapTile[] a, int lo, int hi)
MapTile.distance from map center.a - the tiles to be sorted.lo - the start index.hi - the end index (excluded).