Debug print statement removal

pull/17/head
Ishaan Bhardwaj 2021-03-10 14:06:57 -05:00
parent 116284f31c
commit 8383d3f445
1 changed files with 0 additions and 1 deletions

View File

@ -686,7 +686,6 @@ function GameMode:drawNextQueue(ruleset)
for index, offset in pairs(offsets) do
local x = offset.x + ruleset:getDrawOffset(piece, rotation).x + ruleset.spawn_positions[piece].x
local y = offset.y + ruleset:getDrawOffset(piece, rotation).y + 4.7
print(piece, colourscheme[piece])
love.graphics.draw(blocks[skin][colourscheme[piece]], pos_x+x*16, pos_y+y*16)
end
end