fixed ticker:reset name

This commit is contained in:
Micaiah Parker 2020-11-04 15:34:46 -05:00
parent 3e7548c065
commit 04cb305e53
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function module.ticker(counts)
else return false end
end
function timer:reset()
function ticker:reset()
self.current = 0
end