scenes/boost: fix a wrong mention of the controller
This commit is contained in:
parent
e5e12714fb
commit
7065028143
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function RestartWidget:new(menu, font)
|
||||||
end
|
end
|
||||||
|
|
||||||
function RestartWidget:action()
|
function RestartWidget:action()
|
||||||
self.controller:restartLevel()
|
self.menu.controller:restartLevel()
|
||||||
end
|
end
|
||||||
|
|
||||||
function ExitWidget:new(menu, font)
|
function ExitWidget:new(menu, font)
|
||||||
|
|
Loading…
Reference in a new issue