mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Stub in process() for OctreePacketProcessor
This commit is contained in:
parent
8da50d342c
commit
6f9907a22d
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class OctreePacketProcessor : public GenericThread {
|
||||||
public:
|
public:
|
||||||
OctreePacketProcessor();
|
OctreePacketProcessor();
|
||||||
|
|
||||||
|
virtual bool process() override { };
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void packetVersionMismatch();
|
void packetVersionMismatch();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue