diff options
Diffstat (limited to 'OpenAL32')
-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. */ |