mirror of
https://github.com/BlueMap-Minecraft/BlueMapWeb.git
synced 2025-02-19 19:31:41 +01:00
Make updateMapRegion method public
This commit is contained in:
parent
760368eaa2
commit
fd74e320cc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user