Sectors Mode: fixed a regression where sector labels were not updated after editing sectors. Fixes #793

This commit is contained in:
biwa 2022-09-21 21:05:30 +02:00
parent fa5c741b76
commit 9c4c63a749

View file

@ -1121,6 +1121,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
General.Map.Renderer2D.UpdateExtraFloorFlag(); //mxd
UpdateEffectLabels();
UpdateOverlaySurfaces(); //mxd
General.Interface.RedrawDisplay();
}