Rewing far enough

(Debug guards are not helping... I'm... not a fan of what they do to
code flow, to be frank).
This commit is contained in:
NiLuJe
2022-05-21 01:08:06 +02:00
parent 8720a3c000
commit 790474f754

View File

@@ -552,7 +552,7 @@ function UIManager:schedule(sched_time, action, ...)
end
until e < s
end
local caller = debug.getinfo(2, "S")
local caller = debug.getinfo(5, "S")
table.insert(self._task_queue, p, {
time = sched_time,
action = action,