Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure love.timer is enabled #3

Closed
buckle2000 opened this issue Aug 8, 2016 · 1 comment
Closed

Make sure love.timer is enabled #3

buckle2000 opened this issue Aug 8, 2016 · 1 comment

Comments

@buckle2000
Copy link

https://github.com/bjornbytes/tick/blob/master/tick.lua#L25
If love.timer==nil, tick will not work.
My solution is to just return tick if love.timer==nil, or raise an error.

@bjornbytes
Copy link
Owner

Good catch, thanks for the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants