mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
Comments Panel: probably fixed a possible crash when UpdateList() is triggered during map unloading.
This commit is contained in:
parent
22c5d6c0b7
commit
d916e54686
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ namespace CodeImp.DoomBuilder.CommentsPanel
|
|||
}
|
||||
}
|
||||
|
||||
// This is called after a map has been closed
|
||||
public override void OnMapCloseEnd()
|
||||
// Occurs before the map is closed
|
||||
public override void OnMapCloseBegin()
|
||||
{
|
||||
// If we have a Comments panel, remove it
|
||||
if(dockerpanel != null)
|
||||
|
|
Loading…
Reference in a new issue