- Only allow Edit Selection Mode to be cancelled once

- Added preliminary code to remove new 3D floor control sectors when pasting was canceled after duplicating 3D floors
This commit is contained in:
biwa 2020-06-13 15:35:20 +02:00 committed by spherallic
parent 4f4a0bdf58
commit 3554508ffb

View file

@ -98,6 +98,8 @@ namespace CodeImp.DoomBuilder.Editing
public bool IsMouseInside { get { return mouseinside; } }
public MouseButtons MouseDragging { get { return mousedragging; } }
public bool Cancelled { get { return cancelled; } }
// Selection
public bool IsSelecting { get { return selecting; } }
public Vector2D SelectionStart { get { return selectstart; } }