scenes/boost: fix a wrong mention of the controller

This commit is contained in:
Kazhnuz 2019-02-15 18:54:22 +01:00
parent e5e12714fb
commit 7065028143

View file

@ -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)