Fix highlight position

This commit is contained in:
SoniEx2 2019-02-11 00:41:19 -02:00
parent 9aeaf7326c
commit e4b088170f
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ end
function love.draw()
love.graphics.draw(image, quad, 576, 0, 0, 8)
love.graphics.draw(backimage, backquad, 2, 2, 0, mul)
love.graphics.draw(backimage, backquad, 0, 0, 0, mul)
love.graphics.print((visual_start and tostring(visual_start) .. ":" or "") .. tostring(cp), 0, 588)
love.graphics.draw(batch, 2, 2)
end