diff --git a/src/graph.lua b/src/graph.lua index b4f0bac..3cc3f88 100644 --- a/src/graph.lua +++ b/src/graph.lua @@ -99,7 +99,7 @@ function self.render() -- polygone -- this isnt done with a polygon because else itd waste a Bunch of ram and i kinda, dont want to do that? love.graphics.setColor(1, 1, 1, 1) - love.graphics.setScissor(x + margin, y + margin, math.abs(w - (margin * 2)), math.abs(h - (margin * 2))) + love.graphics.setScissor(x + margin, y, math.abs(w - (margin * 2)), math.abs(h)) local last = (((graph[1] or 0) - 0.5) * zoome) + 0.5 for gx = 1, quality - 1 do local a = gx/quality