mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 22:06:18 +02:00
bug fix from code review comment
This commit is contained in:
parent
52acfc9333
commit
e81b21ac59
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void SafeLanding::updateTracking() {
|
|||
shouldStop = (sequenceSize == 0 ||
|
||||
(startIter != _sequenceNumbers.end() &&
|
||||
endIter != _sequenceNumbers.end() &&
|
||||
!tooManySequenceNumbers &&
|
||||
tooManySequenceNumbers &&
|
||||
((distance(startIter, endIter) == sequenceSize - 1) || !missingSequenceNumbers)));
|
||||
|
||||
if (shouldStop) {
|
||||
|
|
Loading…
Reference in a new issue