mirror of
https://codeberg.org/1414codeforge/gear.git
synced 2024-12-21 15:14:33 +01:00
[timer] Minor style fix
This commit is contained in:
parent
41954aff63
commit
5c76bdeed8
@ -74,7 +74,7 @@ function Timer:after(delay, func)
|
||||
end
|
||||
|
||||
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 = {
|
||||
time = 0,
|
||||
during = _nothing_,
|
||||
|
Loading…
Reference in New Issue
Block a user