I guess I didn't test before that last commit

This commit is contained in:
Gavin McDonald
2018-07-17 21:04:53 -04:00
parent 57ada13a8d
commit e4b9b87f44
6 changed files with 8 additions and 12 deletions

View File

@@ -95,9 +95,6 @@ export default class Tessellate {
zoom: this.zoom
});
this.map = [];
this.seedTiles();
const cartographer = selectCartographer(this.settings.board, this.settings.orientation);
this.cartographer = new cartographer({
height: this.settings.height,