diff options
author | Raulshc <[email protected]> | 2018-05-31 14:17:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-31 14:17:20 +0200 |
commit | 5233c4aa21d01f8df3decd9b7c5746d8539094fd (patch) | |
tree | f19535db9bfafe797e3ca899fcdc86261673f1d8 /Alc/panning.c | |
parent | cd2fd126c4024f43730a7c857fca223b35fe0a5b (diff) | |
parent | 0b7f35b28922e2250f06d1aee1ebb60bfecf91d6 (diff) |
Merge from kcat/master
Update git repository
Diffstat (limited to 'Alc/panning.c')
-rw-r--r-- | Alc/panning.c | 1 |
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) { |