From f2ceaecc4de6da1b25788ff22d11a98ccc4c6b7e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Jul 2024 18:38:04 +0200 Subject: [PATCH] Fix Lua script to use new API from 0a01acc86a8 --- share/scripts/trigger_mixer_scene.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/trigger_mixer_scene.lua b/share/scripts/trigger_mixer_scene.lua index 23355e6a07..e7e890ce1e 100644 --- a/share/scripts/trigger_mixer_scene.lua +++ b/share/scripts/trigger_mixer_scene.lua @@ -27,7 +27,7 @@ function factory () return end - local mloc = loc:first_mark_at(mpos, Temporal.timecnt_t(0)) + local mloc = loc:mark_at(mpos, Temporal.timecnt_t(0), 0) if not mloc then -- no marker found at that location return