diff options
Diffstat (limited to 'core/hrtf.h')
-rw-r--r-- | core/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hrtf.h b/core/hrtf.h index 61e5bada..9cf11efb 100644 --- a/core/hrtf.h +++ b/core/hrtf.h @@ -58,7 +58,7 @@ struct AngularPoint { struct DirectHrtfState { - std::array<float,HrtfDirectDelay+BufferLineSize> mTemp; + std::array<float,BufferLineSize> mTemp; /* HRTF filter state for dry buffer content */ uint mIrSize{0}; |