removed a warning (ignoring this is perfectly acceptable)

This commit is contained in:
codeimp 2008-01-10 00:01:10 +00:00
parent c7c8f34b96
commit dee7a72413

View file

@ -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