scenes/boost: don't load game update functions from scene
This commit is contained in:
parent
b50ce4ad20
commit
526d0fb494
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ function BoostLevel:new()
|
|||
end
|
||||
|
||||
function BoostLevel:update(dt)
|
||||
game:update(dt)
|
||||
game.input:update(dt)
|
||||
self.controller:update(dt)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue