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
1 changed files with 0 additions and 2 deletions

View File

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