1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-28 01:29:31 +00:00

LÖVE 11.1

This commit is contained in:
Étienne Fildadut 2018-11-02 15:03:40 +01:00
parent 389ebcba8d
commit bdb9e710d9
3 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ local function newTimerRegistry()
for _, f in ipairs(t.onStart) do f(t.object) end
end
assert(coroutine.resume(co, function(delay)
t.after = delay
t.after = delay or 0
d[func] = t
coroutine.yield()
end, dt))