mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
New Map ignores old locked things
This commit is contained in:
parent
1c3ec99c59
commit
5e127df8a5
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
|
@ -2038,6 +2038,8 @@ const regenerateMap = debounce(async function (options) {
|
|||
customization = 0;
|
||||
resetZoom(1000);
|
||||
undraw();
|
||||
pack.religions = [];
|
||||
pack.cultures = [];
|
||||
await generate(options);
|
||||
restoreLayers();
|
||||
if (ThreeD.options.isOn) ThreeD.redraw();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue