mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-29 23:23:07 +00:00
Fix InterestingSegments not being properly resized in PopPortal
This commit is contained in:
parent
6187c3734e
commit
2d25002e2a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace swrenderer
|
||||||
Segments.Resize(StartIndices.Last());
|
Segments.Resize(StartIndices.Last());
|
||||||
StartIndices.Pop();
|
StartIndices.Pop();
|
||||||
|
|
||||||
StartInterestingIndices.Resize(StartInterestingIndices.Last());
|
InterestingSegments.Resize(StartInterestingIndices.Last());
|
||||||
StartInterestingIndices.Pop();
|
StartInterestingIndices.Pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue