From e1be2f1b7c4e07b1d882148a0b4eb2f416406b5e Mon Sep 17 00:00:00 2001 From: headchant Date: Thu, 31 May 2012 12:10:19 +0300 Subject: [PATCH] ...tabs... --- lick.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lick.lua b/lick.lua index 37b884f..4220fe5 100644 --- a/lick.lua +++ b/lick.lua @@ -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