mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 18:02:51 +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()
|
||||
&& distance(startIter, endIter) == sequenceSize - 1)) {
|
||||
_trackingEntities = false; // Don't track anything else that comes in.
|
||||
returnm true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue