Update a comment about the speaker distance

This commit is contained in:
Chris Robinson 2019-07-06 18:39:26 -07:00
parent c9f6f9652a
commit b95bf8d7c1

View File

@ -394,8 +394,8 @@ struct ALCdevice {
/* Rendering mode. */
RenderMode mRenderMode{NormalRender};
/* The average speaker distance as determined by the ambdec configuration
* (or alternatively, by the NFC-HOA reference delay). Only used for NFC.
/* The average speaker distance as determined by the ambdec configuration,
* HRTF data set, or the NFC-HOA reference delay. Only used for NFC.
*/
ALfloat AvgSpeakerDist{0.0f};