mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
map position on planet, fix wrong riverbed generation
This commit is contained in:
parent
1d1cd0bb71
commit
b30234e43b
4 changed files with 36 additions and 21 deletions
2
main.js
2
main.js
|
|
@ -1715,7 +1715,7 @@ function addZones(number = 1) {
|
|||
queue.push(e);
|
||||
});
|
||||
} catch (er) {
|
||||
console.log('WTF: ', q, cellsArray);
|
||||
console.error('Error in rebel generation: ', q, cellsArray);
|
||||
throw er;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue