From 52cbb64144b3134a0bf131c91fbcf25650a0b219 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 15 Dec 2013 18:20:50 +0100 Subject: Revert "init: emit timeout instead of forced update" This reverts commit 932bd8dfc because with shared timers feature from commit 211d4509 shared timer emitting timeout can update all shared objects. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 46fdec5..2d28980 100644 --- a/init.lua +++ b/init.lua @@ -132,7 +132,7 @@ local function regregister(reg) tm:start() end -- Initial update - tm:emit_signal("timeout") + reg.update() end reg.running = true end -- cgit v1.2.3