fix(camera): remove test reticule

This commit is contained in:
Kazhnuz 2019-07-15 10:09:54 +02:00
parent 2f7d313ab9
commit 79aff589b9
1 changed files with 0 additions and 1 deletions

View File

@ -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)