mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-16 17:11:28 +00:00
removed a warning (ignoring this is perfectly acceptable)
This commit is contained in:
parent
c7c8f34b96
commit
dee7a72413
1 changed files with 0 additions and 4 deletions
|
@ -505,10 +505,6 @@ namespace CodeImp.DoomBuilder.Geometry
|
|||
p.AddBefore(insertbefore, new EarClipVertex(start.Value));
|
||||
p.AddBefore(insertbefore, new EarClipVertex(split));
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("Can't find an edge for polygon cutting!");
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue