scenes/boost: don't load game update functions from scene

This commit is contained in:
Kazhnuz 2019-02-04 08:44:12 +01:00
parent b50ce4ad20
commit 526d0fb494

View file

@ -12,8 +12,6 @@ function BoostLevel:new()
end end
function BoostLevel:update(dt) function BoostLevel:update(dt)
game:update(dt)
game.input:update(dt)
self.controller:update(dt) self.controller:update(dt)
end end