diff options
author | Chris Robinson <[email protected]> | 2020-12-25 20:52:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-25 20:52:18 -0800 |
commit | 5f233a2c24de58fde98e08ad8acb6cfe1803d716 (patch) | |
tree | a62086d205cfa4d66719dd2d4b42eac7563ded39 /alc/hrtf.h | |
parent | 223f93e13d2a36375fa71251a2e565799cc2ab3e (diff) |
Use more constexpr variables instead of macros
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}; |