From e9d5e53dbe46c3dda6f663bbfbc276b99545df17 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 23 Sep 2010 17:44:02 -0700 Subject: Use ALfloat for the dry mix buffer --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') 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]; -- cgit v1.2.3