add app.reset_content 'non_reset_packs' optional argument
This commit is contained in:
@@ -26,7 +26,7 @@ MenuScreen::MenuScreen(Engine& engine)
|
||||
MenuScreen::~MenuScreen() = default;
|
||||
|
||||
void MenuScreen::onOpen() {
|
||||
engine.getContentControl().resetContent();
|
||||
engine.getContentControl().resetContent({});
|
||||
|
||||
auto menu = engine.getGUI().getMenu();
|
||||
menu->reset();
|
||||
|
||||
Reference in New Issue
Block a user