From fd74e320cca2da41b65d076c95658d068bf24bc0 Mon Sep 17 00:00:00 2001 From: "Blue (Lukas Rieger)" Date: Tue, 9 Mar 2021 20:44:11 +0100 Subject: [PATCH] Make updateMapRegion method public --- src/MapViewer.js | 3 --- 1 file changed, 3 deletions(-) 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);