diff --git a/gamecore/modules/world/camera/init.lua b/gamecore/modules/world/camera/init.lua index add1031..edf6823 100644 --- a/gamecore/modules/world/camera/init.lua +++ b/gamecore/modules/world/camera/init.lua @@ -179,7 +179,6 @@ end function CameraSystem:detachView(id) if (id ~= nil) then local view = self:getView(id) - love.graphics.rectangle("fill", view.x-8, view.y-8, 16, 16) love.graphics.pop() love.graphics.setCanvas(self.current_canvas)