fix: remove a stray print

This commit is contained in:
Kazhnuz 2021-03-23 13:37:53 +01:00
parent b691d96c99
commit 025b645cc8

View file

@ -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)