mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-10 07:20:36 +00:00
- don't skip lines when an empty one gets deleted.
This commit is contained in:
parent
f212421547
commit
0b181c67b9
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ bool SectorGeometry::MakeVertices2(unsigned int secnum, int plane, const FVector
|
||||||
if (p1 == p2)
|
if (p1 == p2)
|
||||||
{
|
{
|
||||||
lines.Delete(i);
|
lines.Delete(i);
|
||||||
|
i--;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue