From 250f1624964c2c53e00d18fd1ec2bbc77c860298 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 7 Aug 2022 13:09:12 -0700 Subject: Parameterize the UHJ filter length --- alc/panning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/panning.cpp') diff --git a/alc/panning.cpp b/alc/panning.cpp index 113ea280..22688bc9 100644 --- a/alc/panning.cpp +++ b/alc/panning.cpp @@ -1093,7 +1093,7 @@ void aluInitRenderer(ALCdevice *device, int hrtf_id, al::optionalmUhjEncoder = std::make_unique(); + device->mUhjEncoder = std::make_unique>(); TRACE("UHJ enabled\n"); InitUhjPanning(device); device->PostProcess = &ALCdevice::ProcessUhj; -- cgit v1.2.3