mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 18:46:19 +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 ||
|
shouldStop = (sequenceSize == 0 ||
|
||||||
(startIter != _sequenceNumbers.end() &&
|
(startIter != _sequenceNumbers.end() &&
|
||||||
endIter != _sequenceNumbers.end() &&
|
endIter != _sequenceNumbers.end() &&
|
||||||
tooManySequenceNumbers &&
|
!tooManySequenceNumbers &&
|
||||||
((distance(startIter, endIter) == sequenceSize - 1) || !missingSequenceNumbers)));
|
((distance(startIter, endIter) == sequenceSize - 1) || !missingSequenceNumbers)));
|
||||||
|
|
||||||
if (shouldStop) {
|
if (shouldStop) {
|
||||||
|
|
Loading…
Reference in a new issue