mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:50:43 +02:00
add TODO for EntityEditNack read fix
This commit is contained in:
parent
56880e8858
commit
55a775de38
1 changed files with 22 additions and 20 deletions
|
@ -367,6 +367,8 @@ void OctreeEditPacketSender::processNackPacket(const QByteArray& packet) {
|
|||
}
|
||||
const SentPacketHistory& sentPacketHistory = _sentPacketHistories.value(sendingNodeUUID);
|
||||
|
||||
// TODO: these NAK packets no longer send the number of sequence numbers - just read out sequence numbers in blocks
|
||||
|
||||
int numBytesPacketHeader = numBytesForPacketHeader(packet);
|
||||
const unsigned char* dataAt = reinterpret_cast<const unsigned char*>(packet.data()) + numBytesPacketHeader;
|
||||
|
||||
|
|
Loading…
Reference in a new issue