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/alc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/alc.cpp') diff --git a/alc/alc.cpp b/alc/alc.cpp index 1b06b57f..d42d055b 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -1996,7 +1996,7 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const int *attrList) if(device->Uhj_Encoder) sample_delay += Uhj2Encoder::sFilterSize; if(device->mHrtfState) - sample_delay += HRTF_DIRECT_DELAY; + sample_delay += HrtfDirectDelay; if(auto *ambidec = device->AmbiDecoder.get()) { if(ambidec->hasStablizer()) -- cgit v1.2.3