Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Oct 13, 2024
1 parent 2f2732c commit 9c541bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config.nims
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
when not defined(emscripten):
--define:GraphicsApiOpenGl33
warning("CStringConv", off)
--experimental:overloadableEnums
2 changes: 1 addition & 1 deletion core/automation_event.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c541bb

Please sign in to comment.