show whether debug is on
This commit is contained in:
parent
492da41dac
commit
b79c2cf866
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ end
|
||||||
|
|
||||||
function Stage:canvasDraw()
|
function Stage:canvasDraw()
|
||||||
Stage.super.canvasDraw(self)
|
Stage.super.canvasDraw(self)
|
||||||
|
if DEBUG then love.graphics.print('DEBUG', 2, 2) end
|
||||||
end
|
end
|
||||||
|
|
||||||
return Stage
|
return Stage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue