diff --git a/modules/ui/states-editor.js b/modules/ui/states-editor.js index 9b14c4c0..ffa86812 100644 --- a/modules/ui/states-editor.js +++ b/modules/ui/states-editor.js @@ -7,7 +7,6 @@ function editStates() { if (layerIsOn("toggleCultures")) toggleCultures(); if (layerIsOn("toggleBiomes")) toggleBiomes(); if (layerIsOn("toggleReligions")) toggleReligions(); - if (layerIsOn("toggleTexture")) toggleTexture(); const body = document.getElementById("statesBodySection"); refreshStatesEditor();