mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v1.0.02
This commit is contained in:
parent
0b8746cc39
commit
9010c3e69d
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ function editUnits() {
|
||||||
|
|
||||||
// population
|
// population
|
||||||
populationRateOutput.value = populationRate.value = 1000;
|
populationRateOutput.value = populationRate.value = 1000;
|
||||||
urbanizationOutput.value = urbanization.value = 1000;
|
urbanizationOutput.value = urbanization.value = 1;
|
||||||
localStorage.removeItem("populationRate");
|
localStorage.removeItem("populationRate");
|
||||||
localStorage.removeItem("urbanization");
|
localStorage.removeItem("urbanization");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue