fix octreePacketSent call with const NLPacket&

This commit is contained in:
Stephen Birarda 2015-07-09 11:35:12 -07:00
parent c903d284bb
commit 7e07754773

View file

@ -103,7 +103,7 @@ public:
void forceNodeShutdown();
bool isShuttingDown() const { return _isShuttingDown; }
void octreePacketSent() { packetSent(_octreePacket); }
void octreePacketSent() { packetSent(*_octreePacket.get()); }
void packetSent(const NLPacket& packet);
OCTREE_PACKET_SEQUENCE getSequenceNumber() const { return _sequenceNumber; }