aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/voice.h')
-rw-r--r--alc/voice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h
index 4bfee7bc..9e96bdc5 100644
--- a/alc/voice.h
+++ b/alc/voice.h
@@ -101,7 +101,7 @@ struct DirectParams {
struct {
HrtfFilter Old;
HrtfFilter Target;
- HrtfState State;
+ alignas(16) std::array<float,HRTF_HISTORY_LENGTH> History;
} Hrtf;
struct {