fix(camera): remove test reticule
This commit is contained in:
parent
2f7d313ab9
commit
79aff589b9
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue