From 2588ff637061583da3fa1a0b97b5542c53ef4fa7 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 7 Mar 2021 14:12:35 +0300 Subject: [PATCH] v1.6.2 - don't toggle off texture on edit --- modules/ui/states-editor.js | 1 - 1 file changed, 1 deletion(-) 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();