From 3cbb46fe48c0a70f00371343fe0a37003cf02cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Sat, 16 Apr 2022 10:52:48 +0200 Subject: [PATCH] Redraw emblems after resample. --- modules/submap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/submap.js b/modules/submap.js index fed9fbc6..09853f97 100644 --- a/modules/submap.js +++ b/modules/submap.js @@ -310,6 +310,8 @@ window.Submap = (function () { } drawMarkers(); + stage("Redraw emblems."); + drawEmblems(); stage("Regenerating Zones."); addZones(); Names.getMapName();