add TODO for EntityEditNack read fix

This commit is contained in:
Stephen Birarda 2015-07-07 15:35:45 -07:00
parent 56880e8858
commit 55a775de38

View file

@ -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;