From 9c541bb69d76ed756f6f8a134aabf2df2876f056 Mon Sep 17 00:00:00 2001 From: Antonis Geralis Date: Sun, 13 Oct 2024 17:19:23 +0300 Subject: [PATCH] minor --- config.nims | 1 - core/automation_event.nim | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.nims b/config.nims index eca77b1..283eefb 100644 --- a/config.nims +++ b/config.nims @@ -1,4 +1,3 @@ when not defined(emscripten): --define:GraphicsApiOpenGl33 -warning("CStringConv", off) --experimental:overloadableEnums diff --git a/core/automation_event.nim b/core/automation_event.nim index 5b3350c..390e310 100644 --- a/core/automation_event.nim +++ b/core/automation_event.nim @@ -127,7 +127,7 @@ proc main = ) # Automation events - var aelist = loadAutomationEventList(nil) + var aelist = loadAutomationEventList("") # Initialize list of automation events to record new events setAutomationEventList(aelist) var eventRecording = false