mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 21:00:56 +00:00
Visplane Explorer: fixed a bug where changing the settings after re-entering the mode would result in a crash. Fixes #624
This commit is contained in:
parent
ff96a669e0
commit
d8bd7165a7
1 changed files with 3 additions and 0 deletions
|
@ -330,6 +330,9 @@ namespace CodeImp.DoomBuilder.Plugins.VisplaneExplorer
|
||||||
public override void OnDisengage()
|
public override void OnDisengage()
|
||||||
{
|
{
|
||||||
CleanUp();
|
CleanUp();
|
||||||
|
|
||||||
|
BuilderPlug.InterfaceForm.OnVisplaneSettingsChanged -= OnVisplaneSettingsChanged;
|
||||||
|
|
||||||
base.OnDisengage();
|
base.OnDisengage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue