aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-06 18:39:26 -0700
committerChris Robinson <[email protected]>2019-07-06 18:39:26 -0700
commitb95bf8d7c1d2d2aa30edc58fdd5c9bbf71fc8200 (patch)
treebefbe4a3c52f4d10d308a6db320ac73427ac3af0 /OpenAL32/Include/alMain.h
parentc9f6f9652a4684c6a3dbc7696f7c0c88d9b42e9d (diff)
Update a comment about the speaker distance
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 2237d3c8..3487d42e 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -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};