Make updateMapRegion method public

This commit is contained in:
Blue (Lukas Rieger) 2021-03-09 20:44:11 +01:00
parent 760368eaa2
commit fd74e320cc
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
1 changed files with 0 additions and 3 deletions

View File

@ -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);