fix: state expansion to reset on re-generation

This commit is contained in:
Azgaar 2023-02-05 00:49:05 +04:00
parent 7d500b1598
commit eb5d924cbd
6 changed files with 26 additions and 18 deletions

View file

@ -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);
}