This commit is contained in:
2026-05-05 20:40:41 +02:00
parent 3e48c7fabd
commit 18793a6e05
3 changed files with 4 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ int main(int numArguments, char* pszArgs[]) {
//pthread_yield();
sleepMs(20);
}
((MAIN_CLASS*)g_app)->level->saveLevelData();
delete app;
appContext.platform->finish();