Merge branch 'master' of https://github.com/highfidelity/hifi into 21434-obj-vertexcolors

This commit is contained in:
trent 2017-07-20 11:38:54 -04:00
commit 786535a001

View file

@ -81,7 +81,7 @@ private:
float _inputVolume { 1.0f };
float _inputLevel { 0.0f };
bool _isMuted { false };
bool _enableNoiseReduction;
bool _enableNoiseReduction { true }; // Match default value of AudioClient::_isNoiseGateEnabled.
bool _contextIsHMD { false };
AudioDevices* getDevices() { return &_devices; }