From 79aff589b924073cd1fa534d99564c94f62a99d7 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 15 Jul 2019 10:09:54 +0200 Subject: [PATCH] fix(camera): remove test reticule --- gamecore/modules/world/camera/init.lua | 1 - 1 file changed, 1 deletion(-) 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)