Fix InterestingSegments not being properly resized in PopPortal

This commit is contained in:
Magnus Norddahl 2017-02-08 02:59:25 +01:00
parent 6187c3734e
commit 2d25002e2a

View file

@ -71,7 +71,7 @@ namespace swrenderer
Segments.Resize(StartIndices.Last());
StartIndices.Pop();
StartInterestingIndices.Resize(StartInterestingIndices.Last());
InterestingSegments.Resize(StartInterestingIndices.Last());
StartInterestingIndices.Pop();
}