diff --git a/sonic-boost.love/core/scenemanager.lua b/sonic-boost.love/core/scenemanager.lua index a115367..5d403ca 100644 --- a/sonic-boost.love/core/scenemanager.lua +++ b/sonic-boost.love/core/scenemanager.lua @@ -61,6 +61,7 @@ function SceneManager:draw() self.controller.screen:apply() if (self.currentScene ~= nil) then self.currentScene:draw(dt) + self.currentScene.menusystem:draw() end self.controller.screen:cease() end