mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:43:32 +02:00
fix spelling error
This commit is contained in:
parent
78268001c4
commit
b46d2319b1
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ bool SafeLanding::isSequenceNumbersComplete() {
|
||||||
&& endIter != _sequenceNumbers.end()
|
&& endIter != _sequenceNumbers.end()
|
||||||
&& distance(startIter, endIter) == sequenceSize - 1)) {
|
&& distance(startIter, endIter) == sequenceSize - 1)) {
|
||||||
_trackingEntities = false; // Don't track anything else that comes in.
|
_trackingEntities = false; // Don't track anything else that comes in.
|
||||||
returnm true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue