fix: remove a stray print
This commit is contained in:
parent
b691d96c99
commit
025b645cc8
1 changed files with 0 additions and 1 deletions
|
@ -748,7 +748,6 @@ end
|
|||
function Map.drawLayer(_, layer, x, y)
|
||||
local r,g,b,a = lg.getColor()
|
||||
lg.setColor(r, g, b, a * layer.opacity)
|
||||
print(x, y)
|
||||
lg.translate(x, y)
|
||||
layer:draw()
|
||||
lg.translate(-x, -y)
|
||||
|
|
Loading…
Reference in a new issue