aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Windows64/Windows64_App.cpp
diff options
context:
space:
mode:
authorrtm516 <ryantmilner@hotmail.co.uk>2026-03-01 17:29:59 +0000
committerrtm516 <ryantmilner@hotmail.co.uk>2026-03-01 17:29:59 +0000
commit31e993d6eeb3e93f47617224e4ee6f015ca58913 (patch)
treece5ce0a4e6e34c44241085481732b222b68c7013 /Minecraft.Client/Windows64/Windows64_App.cpp
parente6e1b4ef3885f5966a4d33765d3821aaff9f00bb (diff)
Fix game exit
Diffstat (limited to 'Minecraft.Client/Windows64/Windows64_App.cpp')
-rw-r--r--Minecraft.Client/Windows64/Windows64_App.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Minecraft.Client/Windows64/Windows64_App.cpp b/Minecraft.Client/Windows64/Windows64_App.cpp
index ef9f6cf6..a8b2d9cc 100644
--- a/Minecraft.Client/Windows64/Windows64_App.cpp
+++ b/Minecraft.Client/Windows64/Windows64_App.cpp
@@ -26,6 +26,8 @@ void CConsoleMinecraftApp::StoreLaunchData()
}
void CConsoleMinecraftApp::ExitGame()
{
+ // This is likely not the correct way to exit the game, but it will do for now
+ ExitProcess(0);
}
void CConsoleMinecraftApp::FatalLoadError()
{