GUI: add panic option

This commit is contained in:
tildearrow 2022-01-31 17:56:49 -05:00
parent 72c548394f
commit 80c815fe83
1 changed files with 1 additions and 0 deletions

View File

@ -5022,6 +5022,7 @@ bool FurnaceGUI::loop() {
}
if (ImGui::BeginMenu("help")) {
if (ImGui::MenuItem("debug menu")) debugOpen=!debugOpen;
if (ImGui::MenuItem("panic")) e->syncReset();
if (ImGui::MenuItem("about...")) {
aboutOpen=true;
aboutScroll=0;