From d830492da94f44369dac17db88461c0e9524ccd4 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Tue, 3 Dec 2024 17:14:19 -0700 Subject: [PATCH] Update synthesis.c --- src/audio/synthesis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/synthesis.c b/src/audio/synthesis.c index 973c65a72..18a5182bb 100644 --- a/src/audio/synthesis.c +++ b/src/audio/synthesis.c @@ -343,7 +343,7 @@ Acmd* synthesis_process_note(s32 noteIndex, struct NoteSubEu* noteSubEu, struct u16 resamplingRateFixedPoint; s32 nSamplesToLoad; - s32 spFC; + s32 spFC = 0; UNUSED s32 pad2[2]; s32 loopInfo_2;