mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: detect feature vertex
This commit is contained in:
parent
f82fcbae0f
commit
3410c48c58
5 changed files with 105 additions and 18 deletions
|
|
@ -42,6 +42,9 @@ async function generate(options?: IGenerationOptions) {
|
|||
const timeStart = performance.now();
|
||||
const {seed: precreatedSeed, graph: precreatedGraph} = options || {};
|
||||
|
||||
// temp for testing:
|
||||
hideLoading();
|
||||
|
||||
Zoom?.invoke();
|
||||
setSeed(precreatedSeed);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue