summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-02-11 00:41:19 -0200
committerSoniEx2 <endermoneymod@gmail.com>2019-02-11 00:41:19 -0200
commite4b088170fed39802ec643117ecb60e10a1ac2fe (patch)
tree7886e242217c35b2c33020aac848dfdac87da58c /main.lua
parent9aeaf7326c0ae52572b055a28f337842e8cd000a (diff)
Fix highlight position
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 2a1dd71..be4982e 100644
--- a/main.lua
+++ b/main.lua
@@ -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