mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +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();
|
Names.getMapName();
|
||||||
|
|
||||||
WARN && console.warn(`TOTAL: ${rn((performance.now()-timeStart)/1000,2)}s`);
|
WARN && console.warn(`TOTAL: ${rn((performance.now()-timeStart)/1000,2)}s`);
|
||||||
INFO && showStatistics();
|
showStatistics();
|
||||||
INFO && console.groupEnd("Generated Map " + seed);
|
INFO && console.groupEnd("Generated Map " + seed);
|
||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
|
|
|
||||||
|
|
@ -1160,7 +1160,7 @@ function parseLoadedData(data) {
|
||||||
invokeActiveZooming();
|
invokeActiveZooming();
|
||||||
|
|
||||||
WARN && console.warn(`TOTAL: ${rn((performance.now()-uploadMap.timeStart)/1000,2)}s`);
|
WARN && console.warn(`TOTAL: ${rn((performance.now()-uploadMap.timeStart)/1000,2)}s`);
|
||||||
INFO && showStatistics();
|
showStatistics();
|
||||||
INFO && console.groupEnd("Loaded Map " + seed);
|
INFO && console.groupEnd("Loaded Map " + seed);
|
||||||
tip("Map is successfully loaded", true, "success", 7000);
|
tip("Map is successfully loaded", true, "success", 7000);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue