From 194fcb6bb7d81c5a82c9437c7ed7dfdb7da0a3e1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 19 Feb 2019 15:39:33 -0800 Subject: Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS --- Alc/effects/fshifter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/effects/fshifter.cpp') diff --git a/Alc/effects/fshifter.cpp b/Alc/effects/fshifter.cpp index 55ff4247..5c808a4b 100644 --- a/Alc/effects/fshifter.cpp +++ b/Alc/effects/fshifter.cpp @@ -130,7 +130,7 @@ void ALfshifterState::update(const ALCcontext *context, const ALeffectslot *slot break; } - ALfloat coeffs[MAX_AMBI_COEFFS]; + ALfloat coeffs[MAX_AMBI_CHANNELS]; CalcAngleCoeffs(0.0f, 0.0f, 0.0f, coeffs); mOutBuffer = target.Main->Buffer; -- cgit v1.2.3