From df58ee1fcb61c579b7017524a8b0f925ec8d9009 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:03:10 +0200 Subject: [PATCH] Update core_automation_events.c --- examples/core/core_automation_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core/core_automation_events.c b/examples/core/core_automation_events.c index b58d572bd..efbba59e7 100644 --- a/examples/core/core_automation_events.c +++ b/examples/core/core_automation_events.c @@ -71,7 +71,7 @@ int main(void) // Automation events AutomationEventList aelist = LoadAutomationEventList(0); // Initialize list of automation events to record new events - SetAutomationEventList(&aelist); + SetAutomationEventList(aelist); bool eventRecording = false; bool eventPlaying = false;