- don't skip lines when an empty one gets deleted.

This commit is contained in:
Christoph Oelckers 2021-05-23 17:22:29 +02:00
parent f212421547
commit 0b181c67b9

View file

@ -374,6 +374,7 @@ bool SectorGeometry::MakeVertices2(unsigned int secnum, int plane, const FVector
if (p1 == p2)
{
lines.Delete(i);
i--;
continue;
}