mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
try to restore river course on load
This commit is contained in:
parent
008aea2b2f
commit
cfdb3a35df
2 changed files with 25 additions and 13 deletions
|
|
@ -145,6 +145,7 @@ function editRiver(id) {
|
|||
const sourceFlux = fl[initCell];
|
||||
fl[initCell] = fl[movedToCell];
|
||||
fl[movedToCell] = sourceFlux;
|
||||
redrawRiver();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue