Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions push.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ local function finish(shader)
applyShaders(render.canvas, type(shader) == "table" and shader or {shader})
end
love.graphics.pop()
love.graphics.translate(-offset.x, -offset.y)

-- Clear canvas
for i = 1, #canvases do
Expand All @@ -200,6 +201,7 @@ local function finish(shader)
else
love.graphics.pop()
love.graphics.setScissor()
love.graphics.translate(-offset.x, -offset.y)
end
end

Expand Down