mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:23:57 +02:00
fix call to packetSent from EntityServer
This commit is contained in:
parent
d3d3b84a20
commit
a49b985dad
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue