feat(Windows64): use screen size instead of window size, fix exit game, fix oprhaned saves on exit without saving

This commit is contained in:
2026-08-11 20:27:34 -04:00
parent 0031cae3e3
commit 81d41a6a04
4 changed files with 10 additions and 9 deletions
@@ -26,6 +26,7 @@ void CConsoleMinecraftApp::StoreLaunchData()
}
void CConsoleMinecraftApp::ExitGame()
{
ExitProcess(0);
}
void CConsoleMinecraftApp::FatalLoadError()
{