feat(TopBar): Better and faster rage quit
This commit is contained in:
parent
27631053e9
commit
4c3c3104ad
@ -67,7 +67,7 @@ namespace big
|
|||||||
|
|
||||||
if (ImGui::MenuItem("Rage Quit (hard crash)"))
|
if (ImGui::MenuItem("Rage Quit (hard crash)"))
|
||||||
{
|
{
|
||||||
exit(0);
|
__debugbreak();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
Reference in New Issue
Block a user