From 82c5b741e5c7448eb2649e33505622e42e08794e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 15 Aug 2022 12:56:36 -0700 Subject: Use proper array sizes for more gains --- core/mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/mixer.h') diff --git a/core/mixer.h b/core/mixer.h index 309f4224..b819b3c7 100644 --- a/core/mixer.h +++ b/core/mixer.h @@ -78,7 +78,7 @@ inline std::array CalcAngleCoeffs(const float azimuth, * scale and orient the sound samples. */ void ComputePanGains(const MixParams *mix, const float*RESTRICT coeffs, const float ingain, - const al::span gains); + const al::span gains); /** Helper to set an identity/pass-through panning for ambisonic mixing (3D input). */ -- cgit v1.2.3