mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
This commit is contained in:
commit
7f9d6dafce
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ public slots:
|
||||||
void toggleNackPackets() { _shouldNack = !_shouldNack; }
|
void toggleNackPackets() { _shouldNack = !_shouldNack; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool _shouldNack = false;
|
bool _shouldNack = true;
|
||||||
};
|
};
|
||||||
#endif // hifi_EntityEditPacketSender_h
|
#endif // hifi_EntityEditPacketSender_h
|
||||||
|
|
Loading…
Reference in a new issue