暂时这样

This commit is contained in:
tangbin
2025-06-22 18:50:47 +08:00
parent b1c9facf3e
commit e0e5c3fb04
4 changed files with 27 additions and 24 deletions

View File

@@ -290,4 +290,11 @@ public class UICellEditor : MonoBehaviour
return;
MapManager.Instance.SaveMapObs();
}
private void OnDisable()
{
foreach(var toggle in editorAreaToggle.ActiveToggles())
{
toggle.isOn = false;
}
}
}