aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/timer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/timer.lua b/util/timer.lua
index 451e27d3..23bd6a37 100644
--- a/util/timer.lua
+++ b/util/timer.lua
@@ -105,6 +105,7 @@ local function _on_timer(now)
local success, err = xpcall(_call, _traceback_handler);
if success and type(err) == "number" then
h:insert(_callback, err + now, _id); -- re-add
+ params[_id] = _param;
end
end
next_time = peek;