mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.38 - #573 fixed
This commit is contained in:
parent
40bb9c2847
commit
6c29cca231
2 changed files with 2 additions and 2 deletions
2
main.js
2
main.js
|
|
@ -569,7 +569,7 @@ function generate() {
|
|||
Names.getMapName();
|
||||
|
||||
WARN && console.warn(`TOTAL: ${rn((performance.now()-timeStart)/1000,2)}s`);
|
||||
INFO && showStatistics();
|
||||
showStatistics();
|
||||
INFO && console.groupEnd("Generated Map " + seed);
|
||||
}
|
||||
catch(error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue