mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:50:19 +02:00
Fixing bad merge
This commit is contained in:
parent
244795b629
commit
7fecd3261d
1 changed files with 1 additions and 1 deletions
|
@ -3026,7 +3026,7 @@ int Application::sendNackPackets() {
|
|||
|
||||
// construct nack packet(s) for this node
|
||||
foreach(const OCTREE_PACKET_SEQUENCE& missingNumber, missingSequenceNumbers) {
|
||||
nackPacketList.writePrimitive(missingNumber);
|
||||
nackPacketList->writePrimitive(missingNumber);
|
||||
}
|
||||
|
||||
if (nackPacketList->getNumPackets()) {
|
||||
|
|
Loading…
Reference in a new issue