mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed, Map Analysis mode, DB2 bug: "Flip Linedef" fix for "Check line references" check was applied incorrectly.
This commit is contained in:
parent
5fd79cd7a2
commit
0ed9c06f69
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Fix by flipping linedefs
|
||||
public override bool Button1Click(bool batchMode)
|
||||
{
|
||||
line.FlipVertices(); //mxd. Otherwise FlipSidedefs() will destroy the sector back side belongs to
|
||||
line.FlipSidedefs();
|
||||
General.Map.Map.Update();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue