From ef9dfe3772b7dd8db641ca841eb3704b23f9ac7e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 18 May 2014 11:05:38 -0700 Subject: Move an HRTF mixer parameter and shorten a couple variable names --- OpenAL32/Include/alu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 4d0beb38..254b15e3 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -123,9 +123,9 @@ typedef void (*DryMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const AL MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize); typedef void (*HrtfMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data, - ALuint Counter, ALuint Offset, const ALuint IrSize, - const HrtfParams *hrtfparams, HrtfState *hrtfstate, - ALuint OutPos, ALuint BufferSize); + ALuint Counter, ALuint Offset, ALuint OutPos, + const ALuint IrSize, const HrtfParams *hrtfparams, + HrtfState *hrtfstate, ALuint BufferSize); typedef void (*WetMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data, MixGainMono *Gain, ALuint Counter, ALuint OutPos, ALuint BufferSize); -- cgit v1.2.3