diff options
author | Chris Robinson <[email protected]> | 2019-03-22 18:37:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-22 18:37:47 -0700 |
commit | 92adfaebcecd305bc6fce43a40b41971bfe564b3 (patch) | |
tree | 1ef46730585e624fee399d1d927739931c91f810 /OpenAL32/Include/alMain.h | |
parent | edc32b40a53c67971e6f62cf067a7e0b6ab5cee6 (diff) |
Fix a comment typo
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4fefe89a..a06fee1c 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -410,7 +410,7 @@ struct ALCdevice { alignas(16) ALfloat FilteredData[BUFFERSIZE]; alignas(16) ALfloat NfcSampleData[BUFFERSIZE]; - /* Mixing buffer used by the Dry mix, FOAOut, and Real out. */ + /* Mixing buffer used by the Dry mix and Real output. */ al::vector<std::array<ALfloat,BUFFERSIZE>, 16> MixBuffer; /* The "dry" path corresponds to the main output. */ |