mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 23:54:04 +02:00
close of PacketList not required to count last packet
This commit is contained in:
parent
20b0f4f3d1
commit
6a76f858d8
1 changed files with 0 additions and 2 deletions
|
@ -280,8 +280,6 @@ int OctreeInboundPacketProcessor::sendNackPackets() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nackPacketList.closeCurrentPacket();
|
|
||||||
|
|
||||||
int packetsSent = nackPacketList.getNumPackets();
|
int packetsSent = nackPacketList.getNumPackets();
|
||||||
|
|
||||||
if (packetsSent) {
|
if (packetsSent) {
|
||||||
|
|
Loading…
Reference in a new issue