mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 21:57:59 +02:00
add a missing semicolon
This commit is contained in:
parent
e5d8a39dde
commit
f3d5b8f7c6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ OctreePacketProcessor::OctreePacketProcessor() {
|
|||
QSet<PacketType::Value> types {
|
||||
PacketType::OctreeStats, PacketType::EntityData,
|
||||
PacketType::EntityErase, PacketType::OctreeStats, PacketType::EnvironmentData
|
||||
}
|
||||
};
|
||||
|
||||
packetReceiver.registerPacketListeners(types, this, "handleOctreePacket");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue