mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
more brackets!
This commit is contained in:
parent
9904e71b89
commit
59e2536008
@ -9,7 +9,7 @@ lick.file = "main.lua"
|
||||
lick.debug = false
|
||||
lick.reset = false
|
||||
lick.clearFlag = false
|
||||
lick.sleepTime = (love.graphics.canvas) and 0.001 or 1
|
||||
lick.sleepTime = love.graphics.canvas and 0.001 or 1
|
||||
|
||||
function handle(err)
|
||||
return "ERROR: " .. err
|
||||
|
Loading…
Reference in New Issue
Block a user