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:
parent
389ebcba8d
commit
bdb9e710d9
3 changed files with 5 additions and 5 deletions
2
time.lua
2
time.lua
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue