more brackets!

This commit is contained in:
headchant 2012-05-26 10:53:36 +03:00
parent 9904e71b89
commit 59e2536008

View File

@ -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