fix: always initialize TileManager
This commit is contained in:
parent
c88d5707ad
commit
652024c5dc
@ -165,6 +165,11 @@ public class TileManager {
|
||||
* current MapPosition
|
||||
*/
|
||||
public boolean update(MapPosition pos) {
|
||||
|
||||
// FIXME cant expect init to be called otherwise
|
||||
if (mNewTiles == null)
|
||||
init();
|
||||
|
||||
// clear JobQueue and set tiles to state == NONE.
|
||||
// one could also append new tiles and sort in JobQueue
|
||||
// but this has the nice side-effect that MapWorkers dont
|
||||
|
Loading…
x
Reference in New Issue
Block a user