From 61f3511fdfad5c8dc5968644f6d01a8e5a13dd06 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 3 Nov 2021 11:46:40 -0700 Subject: [PATCH] fix effect chain sends --- src/FAudioGMS.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FAudioGMS.c b/src/FAudioGMS.c index dad40b2..2e23a34 100644 --- a/src/FAudioGMS.c +++ b/src/FAudioGMS.c @@ -1583,6 +1583,7 @@ static void FAudioGMS_INTERNAL_SetEffectChain(FAudioGMS_Voice* voice, FAudioGMS_ } else { + voice->sends.SendCount = 2; voice->sends.pSends = SDL_realloc(voice->sends.pSends, 2 * sizeof(FAudioSendDescriptor)); }