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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue