Update core_automation_events.c

This commit is contained in:
Antonis Geralis 2023-12-20 17:03:10 +02:00 committed by GitHub
parent 7a5718eb36
commit df58ee1fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;