mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-24 16:44:21 +00:00
...tabs...
This commit is contained in:
parent
d18bdfe3b5
commit
e1be2f1b7c
2
lick.lua
2
lick.lua
@ -67,7 +67,7 @@ local function update(dt)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function draw()
|
local function draw()
|
||||||
drawok, err = xpcall(love.draw, handle)
|
drawok, err = xpcall(love.draw, handle)
|
||||||
if not drawok and not drawok_old then
|
if not drawok and not drawok_old then
|
||||||
print(tostring(err))
|
print(tostring(err))
|
||||||
if lick.debugoutput then
|
if lick.debugoutput then
|
||||||
|
Loading…
Reference in New Issue
Block a user