From 5f233a2c24de58fde98e08ad8acb6cfe1803d716 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 25 Dec 2020 20:52:18 -0800 Subject: Use more constexpr variables instead of macros --- alc/voice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/voice.h') 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 History; + alignas(16) std::array History; } Hrtf; struct { -- cgit v1.2.3