mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:40:02 +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 queueEraseEntityMessage(const EntityItemID& entityItemID);
|
||||||
|
|
||||||
void processEntityEditNackPacket(QSharedPointer<NLPacket> packet);
|
|
||||||
|
|
||||||
// My server type is the model server
|
// My server type is the model server
|
||||||
virtual char getMyNodeType() const { return NodeType::EntityServer; }
|
virtual char getMyNodeType() const { return NodeType::EntityServer; }
|
||||||
virtual void adjustEditPacketForClockSkew(PacketType::Value type, QByteArray& buffer, int clockSkew);
|
virtual void adjustEditPacketForClockSkew(PacketType::Value type, QByteArray& buffer, int clockSkew);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
void processEntityEditNackPacket(QSharedPointer<NLPacket> packet);
|
||||||
void toggleNackPackets() { _shouldNack = !_shouldNack; }
|
void toggleNackPackets() { _shouldNack = !_shouldNack; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue