...tabs...

This commit is contained in:
headchant 2012-05-31 12:10:19 +03:00
parent d18bdfe3b5
commit e1be2f1b7c

View File

@ -67,7 +67,7 @@ local function update(dt)
end
local function draw()
drawok, err = xpcall(love.draw, handle)
drawok, err = xpcall(love.draw, handle)
if not drawok and not drawok_old then
print(tostring(err))
if lick.debugoutput then