mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +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)
|
||||
{
|
||||
lines.Delete(i);
|
||||
i--;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue