From 1922a975e9d93adacba3b564c0f9e17b96d446ce Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 29 Apr 2019 16:40:56 +0200 Subject: [PATCH] examples/gameplay: remove useless cameras --- examples/gameplay/plateform/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/gameplay/plateform/init.lua b/examples/gameplay/plateform/init.lua index 6e6a5e5..2d5bfa0 100644 --- a/examples/gameplay/plateform/init.lua +++ b/examples/gameplay/plateform/init.lua @@ -32,9 +32,6 @@ function Plateformer:new() local folder = "examples.gameplay.plateform" self.world = World(self, folder .. ".actors", "examples/gameplay/plateform/assets/platformer.lua") - - self.world.cameras:addView(24, 150*16) - self.world.cameras:addView(24, 240) end function Plateformer:update(dt)