add app.reset_content 'non_reset_packs' optional argument

This commit is contained in:
MihailRis
2025-11-09 23:04:50 +03:00
parent 50d520e747
commit 0e6fb878bf
9 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -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();