mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v 0.8.26b
This commit is contained in:
parent
46fb2fb1f8
commit
54ec78af54
4 changed files with 32 additions and 5 deletions
|
|
@ -143,9 +143,8 @@ function editHeightmap() {
|
|||
drawCoastline();
|
||||
|
||||
elevateLakes();
|
||||
resolveDepressions();
|
||||
Rivers.generate();
|
||||
|
||||
|
||||
if (!change) {
|
||||
for (const i of pack.cells.i) {
|
||||
const g = pack.cells.g[i];
|
||||
|
|
@ -219,7 +218,6 @@ function editHeightmap() {
|
|||
|
||||
if (change) {
|
||||
elevateLakes();
|
||||
resolveDepressions();
|
||||
Rivers.generate();
|
||||
defineBiomes();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue