Allow selecting both sides of a midtexture again, using Ctrl + Shift

This commit is contained in:
sphere 2021-05-05 19:17:05 +02:00
parent 6d44fca5b5
commit 5133ff3040
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
}
// hack to prevent midtexture selection wrapping arround
if (side.Line.Marked)
if (side.Line.Marked && !(General.Interface.ShiftState && General.Interface.CtrlState))
return;
SelectNeighbourSidePart(parts.middledouble, sourcerect, select, matchtexture, matchheight, forward);