mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Bugfixes
This commit is contained in:
parent
f018256f7a
commit
64764dcd78
3 changed files with 12 additions and 9 deletions
1
main.js
1
main.js
|
|
@ -684,6 +684,7 @@ async function generate(options) {
|
|||
const timeStart = performance.now();
|
||||
const {seed: precreatedSeed, graph: precreatedGraph} = options || {};
|
||||
|
||||
pack = {};
|
||||
invokeActiveZooming();
|
||||
setSeed(precreatedSeed);
|
||||
INFO && console.group("Generated Map " + seed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue