diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index cb0b543c..1a49bd81 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -54,7 +54,7 @@ struct DirectParams { struct { HrtfFilter Old; HrtfFilter Target; - alignas(16) std::array<float,HRTF_HISTORY_LENGTH> History; + alignas(16) std::array<float,HrtfHistoryLength> History; } Hrtf; struct { |