mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Use Alt+Shift instead of Ctrl+Shift for wraparound midtex selection
This commit is contained in:
parent
3341b1917e
commit
131770266a
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
}
|
||||
|
||||
// hack to prevent midtexture selection wrapping arround
|
||||
if (side.Line.Marked && !(General.Interface.ShiftState && General.Interface.CtrlState))
|
||||
if (side.Line.Marked && !(General.Interface.ShiftState && General.Interface.AltState))
|
||||
return;
|
||||
|
||||
SelectNeighbourSidePart(parts.middledouble, sourcerect, select, matchtexture, matchheight, forward);
|
||||
|
|
Loading…
Reference in a new issue