mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: state expansion to reset on re-generation
This commit is contained in:
parent
7d500b1598
commit
eb5d924cbd
6 changed files with 26 additions and 18 deletions
|
|
@ -883,7 +883,6 @@ function changeStatesGrowthRate() {
|
|||
const growthRate = +this.value;
|
||||
byId("statesNeutral").value = growthRate;
|
||||
byId("statesNeutralNumber").value = growthRate;
|
||||
statesNeutral = growthRate;
|
||||
tip("Growth rate: " + growthRate);
|
||||
recalculateStates(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue