diff --git a/input.lua b/input.lua index 07dda69..77106b0 100644 --- a/input.lua +++ b/input.lua @@ -206,7 +206,7 @@ function Input:draw() -- Set scissors local sx, sy, sw, sh = love.graphics.getScissor() - love.graphics.setScissor(x-1,y,w+2,h) + love.graphics.setScissor(x-1,y,w+1,h) -- Move to focused text box region x = x - self.drawofs