mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.6.2 - don't toggle off texture on edit
This commit is contained in:
parent
c0f14081a8
commit
2588ff6370
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ function editStates() {
|
||||||
if (layerIsOn("toggleCultures")) toggleCultures();
|
if (layerIsOn("toggleCultures")) toggleCultures();
|
||||||
if (layerIsOn("toggleBiomes")) toggleBiomes();
|
if (layerIsOn("toggleBiomes")) toggleBiomes();
|
||||||
if (layerIsOn("toggleReligions")) toggleReligions();
|
if (layerIsOn("toggleReligions")) toggleReligions();
|
||||||
if (layerIsOn("toggleTexture")) toggleTexture();
|
|
||||||
|
|
||||||
const body = document.getElementById("statesBodySection");
|
const body = document.getElementById("statesBodySection");
|
||||||
refreshStatesEditor();
|
refreshStatesEditor();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue