From 7ca95512d876c47864f066aa5e90151a48290892 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:14:39 +0200 Subject: Review UnloadAutomationEventList (#3658) * Review UnloadAutomationEventList * Update raylib.h * Update rcore.c * Update core_automation_events.c * Fix mistake --- examples/core/core_automation_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/core/core_automation_events.c b/examples/core/core_automation_events.c index b58d572b..319b013b 100644 --- a/examples/core/core_automation_events.c +++ b/examples/core/core_automation_events.c @@ -98,7 +98,7 @@ int main(void) // Supports loading .rgs style files (text or binary) and .png style palette images if (IsFileExtension(droppedFiles.paths[0], ".txt;.rae")) { - UnloadAutomationEventList(&aelist); + UnloadAutomationEventList(aelist); aelist = LoadAutomationEventList(droppedFiles.paths[0]); eventRecording = false; -- cgit v1.2.3