content menu moved to xml (no icons yet)

This commit is contained in:
MihailRis
2024-04-18 22:15:23 +03:00
parent 49d57b307b
commit 64820020f8
14 changed files with 91 additions and 172 deletions
+1 -1
View File
@@ -179,8 +179,8 @@ Engine::~Engine() {
logger.info() << "shutting down";
if (screen) {
screen->onEngineShutdown();
screen.reset();
}
screen.reset();
content.reset();
assets.reset();
audio::close();