mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Fixed: 3d floor indicators in 2D modes were not updated after leaving Visual mode.
This commit is contained in:
parent
9edaa4bf7f
commit
4222e06c71
1 changed files with 4 additions and 1 deletions
|
@ -234,7 +234,10 @@ namespace CodeImp.DoomBuilder.VisualModes
|
|||
//mxd
|
||||
selectedVisualSectors = null;
|
||||
selectedVisualThings = null;
|
||||
|
||||
|
||||
//mxd. Extra floors may've been edited
|
||||
General.Map.Renderer2D.UpdateExtraFloorFlag();
|
||||
|
||||
// Stop special input mode
|
||||
General.Interface.DisableProcessing();
|
||||
General.Interface.StopExclusiveMouseInput();
|
||||
|
|
Loading…
Reference in a new issue