diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/hrtf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/hrtf.cpp b/Alc/hrtf.cpp index 2b66d2f7..8b32989d 100644 --- a/Alc/hrtf.cpp +++ b/Alc/hrtf.cpp @@ -420,7 +420,6 @@ void BuildBFormatHrtf(const HrtfEntry *Hrtf, DirectHrtfState *state, const ALsiz TRACE("Skipped delay: %d, max delay: %d, new FIR length: %d\n", min_delay, max_delay-min_delay, max_length); state->IrSize = max_length; -#undef NUM_BANDS } |