diff --git a/src/MapViewer.js b/src/MapViewer.js index 14a491e..5a042af 100644 --- a/src/MapViewer.js +++ b/src/MapViewer.js @@ -351,9 +351,6 @@ export class MapViewer { this.updateLoadedMapArea(); } - /** - * @private - */ updateLoadedMapArea = () => { if (!this.map) return; this.map.loadMapArea(this.data.loadedCenter.x, this.data.loadedCenter.y, this.data.loadedHiresViewDistance, this.data.loadedLowresViewDistance);