[timer] Minor style fix
This commit is contained in:
parent
41954aff63
commit
5c76bdeed8
|
@ -74,7 +74,7 @@ function Timer:after(delay, func)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Timer:every(delay, after, count)
|
function Timer:every(delay, after, count)
|
||||||
local count = count or math.huge -- exploit below: math.huge - 1 = math.huge
|
count = count or math.huge -- exploit below: math.huge - 1 = math.huge
|
||||||
local handle = {
|
local handle = {
|
||||||
time = 0,
|
time = 0,
|
||||||
during = _nothing_,
|
during = _nothing_,
|
||||||
|
|
Loading…
Reference in New Issue