diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/mixer_inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer_inc.c b/Alc/mixer_inc.c index 3e9d7f46..6ae00d3d 100644 --- a/Alc/mixer_inc.c +++ b/Alc/mixer_inc.c @@ -53,7 +53,7 @@ void MERGE4(MixDirect_Hrtf_,SAMPLER,_,SUFFIX)( ALfloat (*RESTRICT Values)[2] = Source->Hrtf.Values[i]; ALint Counter = maxu(Source->Hrtf.Counter, OutPos) - OutPos; ALuint Offset = Source->Hrtf.Offset + OutPos; - ALfloat Coeffs[HRIR_LENGTH][2] ALIGN(16); + ALIGN(16) ALfloat Coeffs[HRIR_LENGTH][2]; ALuint Delay[2]; ALfloat left, right; |