mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Sectors Mode: fixed a regression where sector labels were not updated after editing sectors. Fixes #793
This commit is contained in:
parent
fa5c741b76
commit
9c4c63a749
1 changed files with 2 additions and 0 deletions
|
@ -1121,6 +1121,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
|
||||
General.Map.Renderer2D.UpdateExtraFloorFlag(); //mxd
|
||||
|
||||
UpdateEffectLabels();
|
||||
|
||||
UpdateOverlaySurfaces(); //mxd
|
||||
General.Interface.RedrawDisplay();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue