diff options
author | Chris Robinson <[email protected]> | 2010-09-23 17:44:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-09-23 17:44:02 -0700 |
commit | e9d5e53dbe46c3dda6f663bbfbc276b99545df17 (patch) | |
tree | e4fe6b64c45d8390e434e7ca5cea34c9a6e24181 /OpenAL32 | |
parent | e308694521401b6450fac59fd79953027b6dbf11 (diff) |
Use ALfloat for the dry mix buffer
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 e5193f70..80d25e52 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -399,7 +399,7 @@ struct ALCdevice_struct ALboolean DuplicateStereo; // Dry path buffer mix - float DryBuffer[BUFFERSIZE][OUTPUTCHANNELS]; + ALfloat DryBuffer[BUFFERSIZE][OUTPUTCHANNELS]; ALuint DevChannels[OUTPUTCHANNELS]; |