mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
refactor: ckeanup
This commit is contained in:
parent
fe4d4eac86
commit
bb78d5168b
6 changed files with 23 additions and 93 deletions
|
|
@ -64,8 +64,8 @@ async function generate(options?: IGenerationOptions) {
|
|||
// temp rendering for debug
|
||||
// renderLayer("cells");
|
||||
renderLayer("features");
|
||||
// renderLayer("heightmap");
|
||||
// renderLayer("rivers", pack);
|
||||
renderLayer("heightmap");
|
||||
renderLayer("rivers", pack);
|
||||
|
||||
WARN && console.warn(`TOTAL: ${rn((performance.now() - timeStart) / 1000, 2)}s`);
|
||||
// showStatistics();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue