mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Revert "bug fix from code review comment"
This reverts commit e81b21ac59
.
This commit is contained in:
parent
e1fc666b0f
commit
487515d956
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