aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-06-18 06:20:35 -0700
committerChris Robinson <[email protected]>2019-06-18 06:20:35 -0700
commit706df72d1813272e6cdfe817cf4c0adfefa13bd9 (patch)
tree64656959967a5515f93a3142443149afc7dc4721 /Alc/hrtf.h
parent2b19c53ecec0deff0536865f71f44bef3ff14094 (diff)
Rename HrtfParams to HrtfFilter
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;