mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Redraw emblems after resample & remove aspect change. (#773)
* Redraw emblems after resample. * Remove aspect change feature on submaps to support more useful crop operation. Co-authored-by: Mészáros Gergely <monk@geotronic.hu>
This commit is contained in:
parent
0408893db3
commit
0a406686f1
2 changed files with 5 additions and 2 deletions
|
|
@ -310,6 +310,8 @@ window.Submap = (function () {
|
|||
}
|
||||
drawMarkers();
|
||||
|
||||
stage("Redraw emblems.");
|
||||
drawEmblems();
|
||||
stage("Regenerating Zones.");
|
||||
addZones();
|
||||
Names.getMapName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue