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