mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
Sectors Mode: fixed an potential crash when joining/merging sectors
This commit is contained in:
parent
f4510aba3e
commit
41e6632b18
1 changed files with 7 additions and 1 deletions
|
@ -1997,6 +1997,9 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
//mxd. Clear selection info
|
||||
General.Interface.DisplayStatus(StatusType.Selection, string.Empty);
|
||||
|
||||
// Recreate the blockmap
|
||||
CreateBlockmap();
|
||||
|
||||
//mxd. Update
|
||||
UpdateOverlaySurfaces();
|
||||
UpdateEffectLabels();
|
||||
|
@ -2035,7 +2038,10 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
|
||||
//mxd. Clear selection info
|
||||
General.Interface.DisplayStatus(StatusType.Selection, string.Empty);
|
||||
|
||||
|
||||
// Recreate the blockmap
|
||||
CreateBlockmap();
|
||||
|
||||
//mxd. Update
|
||||
UpdateOverlaySurfaces();
|
||||
UpdateEffectLabels();
|
||||
|
|
Loading…
Reference in a new issue