diff options
author | Chris Robinson <[email protected]> | 2015-10-12 05:52:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-12 05:52:34 -0700 |
commit | b4bc36c4a00f10e161d37d6d928be2dbc6fd7e04 (patch) | |
tree | e34ea7f4d54b4efb64d6e003b4e8649618307bc4 /Alc/mixer_defs.h | |
parent | ed0f3bc1b1164acd4c464f09ef89c6436b1fd16c (diff) |
Reorganize the HRTF group box
The three radio buttons are moved to a combo box, which gives a bit more width
for the file list contents.
Diffstat (limited to 'Alc/mixer_defs.h')
-rw-r--r-- | Alc/mixer_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer_defs.h b/Alc/mixer_defs.h index 9f3b4a6f..0989cce2 100644 --- a/Alc/mixer_defs.h +++ b/Alc/mixer_defs.h @@ -25,7 +25,7 @@ void MixHrtf_C(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data, const struct HrtfParams *hrtfparams, struct HrtfState *hrtfstate, ALuint BufferSize); void Mix_C(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE], - struct MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize); + struct MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize); /* SSE mixers */ void MixHrtf_SSE(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data, |