mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
fix registration of OctreePacketProcessor for set of types
This commit is contained in:
parent
57c3f0fd20
commit
34f9b1881e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ OctreePacketProcessor::OctreePacketProcessor() {
|
||||||
PacketType::EntityErase, PacketType::OctreeStats, PacketType::EnvironmentData
|
PacketType::EntityErase, PacketType::OctreeStats, PacketType::EnvironmentData
|
||||||
};
|
};
|
||||||
|
|
||||||
packetReceiver.registerPacketListeners(types, this, "handleOctreePacket");
|
packetReceiver.registerPacketListenerForTypes(types, this, "handleOctreePacket");
|
||||||
}
|
}
|
||||||
|
|
||||||
void OctreePacketProcessor::handleOctreePacket(QSharedPointer<NLPacket> packet, SharedNodePointer senderNode) {
|
void OctreePacketProcessor::handleOctreePacket(QSharedPointer<NLPacket> packet, SharedNodePointer senderNode) {
|
||||||
|
|
Loading…
Reference in a new issue