From 790474f7540978062f9bedbfc079d342469a9abd Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 21 May 2022 01:08:06 +0200 Subject: [PATCH] Rewing far enough (Debug guards are not helping... I'm... not a fan of what they do to code flow, to be frank). --- frontend/ui/uimanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index 45150f5ae..36f73581b 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -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,