Merge branch 'atp' of https://github.com/birarda/hifi into protocol

This commit is contained in:
Atlante45 2015-07-09 11:37:43 -07:00
commit 2d810e06dc

View file

@ -96,7 +96,7 @@ int EntityServer::sendSpecialPackets(const SharedNodePointer& node, OctreeQueryN
auto specialPacket = tree->encodeEntitiesDeletedSince(queryNode->getSequenceNumber(), deletedEntitiesSentAt,
hasMoreToSend);
queryNode->packetSent(specialPacket);
queryNode->packetSent(*specialPacket.get());
totalBytes += specialPacket->getSizeWithHeader();
packetsSent++;