Rewordings on etymology theme, fix bug where data doesn't load

This commit is contained in:
Pieter Vander Vennet 2021-10-18 18:54:36 +02:00
parent 69254800bc
commit c1d21fcbe5
6 changed files with 20 additions and 16 deletions

View file

@ -19,7 +19,6 @@ export default class TileFreshnessCalculator {
return;
}
this.freshnesses.set(tileId, freshness)
// Do we have freshness for the neighbouring tiles? If so, we can mark the tile above as loaded too!
let [z, x, y] = Tiles.tile_from_index(tileId)