Merge branch 'atp' of https://github.com/birarda/hifi into protocol

This commit is contained in:
Atlante45 2015-07-17 09:56:41 -07:00
commit 7f9d6dafce

View file

@ -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