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 committed by spherallic
parent c3d4363b94
commit d66169f2cb

View file

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