diff options
author | Chris Robinson <[email protected]> | 2019-06-18 06:20:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-06-18 06:20:35 -0700 |
commit | 706df72d1813272e6cdfe817cf4c0adfefa13bd9 (patch) | |
tree | 64656959967a5515f93a3142443149afc7dc4721 /Alc/hrtf.h | |
parent | 2b19c53ecec0deff0536865f71f44bef3ff14094 (diff) |
Rename HrtfParams to HrtfFilter
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |