mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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; }
|
||||
|
||||
private:
|
||||
bool _shouldNack = false;
|
||||
bool _shouldNack = true;
|
||||
};
|
||||
#endif // hifi_EntityEditPacketSender_h
|
||||
|
|
Loading…
Reference in a new issue