mirror of
https://codeberg.org/1414codeforge/gear.git
synced 2025-06-05 22:09:24 +02:00
[timer] Minor style fix
This commit is contained in:
@ -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_,
|
||||||
|
Reference in New Issue
Block a user