mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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());
|
||||
StartIndices.Pop();
|
||||
|
||||
StartInterestingIndices.Resize(StartInterestingIndices.Last());
|
||||
InterestingSegments.Resize(StartInterestingIndices.Last());
|
||||
StartInterestingIndices.Pop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue