mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Fix: River automatic rerender on regeneration.
This commit is contained in:
parent
bb24c3586e
commit
b15c54ec76
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ function regenerateRivers() {
|
||||||
Lakes.defineGroup();
|
Lakes.defineGroup();
|
||||||
Rivers.specify();
|
Rivers.specify();
|
||||||
if (!layerIsOn("toggleRivers")) toggleRivers();
|
if (!layerIsOn("toggleRivers")) toggleRivers();
|
||||||
|
else drawRivers();
|
||||||
}
|
}
|
||||||
|
|
||||||
function recalculatePopulation() {
|
function recalculatePopulation() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue