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 1fb53e4c..72533cc1 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -70,7 +70,7 @@ struct HrtfState {
alignas(16) HrirArray<ALfloat> Values;
};
-struct HrtfParams {
+struct HrtfFilter {
alignas(16) HrirArray<ALfloat> Coeffs;
ALsizei Delay[2];
ALfloat Gain;