feat(TopBar): Better and faster rage quit

This commit is contained in:
Yimura 2021-12-16 00:40:07 +01:00
parent a314ed3792
commit 838da48400

View File

@ -67,7 +67,7 @@ namespace big
if (ImGui::MenuItem("Rage Quit (hard crash)"))
{
exit(0);
__debugbreak();
}
ImGui::EndMenu();