aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index caa35a0a..56839abd 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -58,7 +58,7 @@ struct AngularPoint {
struct DirectHrtfState {
- std::array<float,HRTF_DIRECT_DELAY+BufferLineSize> mTemp;
+ std::array<float,HrtfDirectDelay+BufferLineSize> mTemp;
/* HRTF filter state for dry buffer content */
uint mIrSize{0};