13
0

Fix Lua script to use new API from 0a01acc86a

This commit is contained in:
Robin Gareus 2024-07-17 18:38:04 +02:00
parent cd3c65fbda
commit f2ceaecc4d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

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