From 8781a32df56acb744a1185942bbf038aae07612d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 1 Apr 2019 17:27:31 -0700 Subject: Copy the voice's ambisonic upsampler state when reallocating --- OpenAL32/Include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 9c33779d..3856bc72 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -255,7 +255,7 @@ struct ALvoice { InterpState mResampleState; std::array mAmbiScales; - BandSplitter mAmbiSplitter[MAX_INPUT_CHANNELS]; + std::array mAmbiSplitter; struct { int FilterType; -- cgit v1.2.3