mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
move EntityEditPacketSender method to slot
This commit is contained in:
parent
c154e6cc74
commit
1450036b59
1 changed files with 1 additions and 2 deletions
|
@ -32,13 +32,12 @@ public:
|
|||
|
||||
void queueEraseEntityMessage(const EntityItemID& entityItemID);
|
||||
|
||||
void processEntityEditNackPacket(QSharedPointer<NLPacket> packet);
|
||||
|
||||
// My server type is the model server
|
||||
virtual char getMyNodeType() const { return NodeType::EntityServer; }
|
||||
virtual void adjustEditPacketForClockSkew(PacketType::Value type, QByteArray& buffer, int clockSkew);
|
||||
|
||||
public slots:
|
||||
void processEntityEditNackPacket(QSharedPointer<NLPacket> packet);
|
||||
void toggleNackPackets() { _shouldNack = !_shouldNack; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue