aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.c
diff options
context:
space:
mode:
authorRaulshc <[email protected]>2018-05-31 14:17:20 +0200
committerGitHub <[email protected]>2018-05-31 14:17:20 +0200
commit5233c4aa21d01f8df3decd9b7c5746d8539094fd (patch)
treef19535db9bfafe797e3ca899fcdc86261673f1d8 /Alc/panning.c
parentcd2fd126c4024f43730a7c857fca223b35fe0a5b (diff)
parent0b7f35b28922e2250f06d1aee1ebb60bfecf91d6 (diff)
Merge from kcat/master
Update git repository
Diffstat (limited to 'Alc/panning.c')
-rw-r--r--Alc/panning.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/panning.c b/Alc/panning.c
index 4a7c592b..e4562387 100644
--- a/Alc/panning.c
+++ b/Alc/panning.c
@@ -884,7 +884,6 @@ static void InitHrtfPanning(ALCdevice *device)
static_assert(COUNTOF(AmbiPoints) == COUNTOF(AmbiMatrixFOA), "FOA Ambisonic HRTF mismatch");
static_assert(COUNTOF(AmbiPoints) == COUNTOF(AmbiMatrixHOA), "HOA Ambisonic HRTF mismatch");
- static_assert(COUNTOF(AmbiPoints) <= HRTF_AMBI_MAX_CHANNELS, "HRTF_AMBI_MAX_CHANNELS is too small");
if(device->AmbiUp)
{