From 526d0fb494f49691be7a486d07a4ac1ef12f29e3 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 4 Feb 2019 08:44:12 +0100 Subject: [PATCH] scenes/boost: don't load game update functions from scene --- sonic-boost.love/scenes/subgame/sonic-boost/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua index 075384d..c768fc4 100644 --- a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua +++ b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua @@ -12,8 +12,6 @@ function BoostLevel:new() end function BoostLevel:update(dt) - game:update(dt) - game.input:update(dt) self.controller:update(dt) end