mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
fix a typo in comment
This commit is contained in:
parent
4c695b179a
commit
0db88ba572
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void AvatarMixer::broadcastAvatarData() {
|
|||
AvatarDataSequenceNumber lastSeqFromSender = otherNodeData->getLastReceivedSequenceNumber();
|
||||
|
||||
if (lastSeqToReceiver > lastSeqFromSender && lastSeqToReceiver != UINT16_MAX) {
|
||||
// we gout out of order packets from the sender, track it
|
||||
// we got out out of order packets from the sender, track it
|
||||
otherNodeData->incrementNumOutOfOrderSends();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue