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

@ -191,7 +191,6 @@ let populationRate = +document.getElementById("populationRateInput").value;
let distanceScale = +document.getElementById("distanceScaleInput").value;
let urbanization = +document.getElementById("urbanizationInput").value;
let urbanDensity = +document.getElementById("urbanDensityInput").value;
let statesNeutral = 1; // statesEditor growth parameter
applyStoredOptions();