diff options
author | Chris Robinson <[email protected]> | 2019-07-06 18:39:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-06 18:39:26 -0700 |
commit | b95bf8d7c1d2d2aa30edc58fdd5c9bbf71fc8200 (patch) | |
tree | befbe4a3c52f4d10d308a6db320ac73427ac3af0 /OpenAL32/Include | |
parent | c9f6f9652a4684c6a3dbc7696f7c0c88d9b42e9d (diff) |
Update a comment about the speaker distance
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
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}; |