diff options
author | Chris Robinson <[email protected]> | 2016-07-06 09:52:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-06 09:52:42 -0700 |
commit | d096e183a8d1e20ed2a71d502897394a14bf8404 (patch) | |
tree | ff4f491f6a226a1e92696efd1ef664bf4ced2329 /OpenAL32/Include/alMain.h | |
parent | d340d50d49287725802eae02771f2776f49f16e9 (diff) |
Remove a slightly outdated comment
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 532f7947..e1411b83 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -612,7 +612,6 @@ struct ALCdevice_struct */ ALuint CoeffCount; - /* Dry buffer will be aliased by the virtual or real output. */ ALfloat (*Buffer)[BUFFERSIZE]; ALuint NumChannels; } Dry; |