mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
GUI: add panic option
This commit is contained in:
parent
72c548394f
commit
80c815fe83
1 changed files with 1 additions and 0 deletions
|
@ -5022,6 +5022,7 @@ bool FurnaceGUI::loop() {
|
||||||
}
|
}
|
||||||
if (ImGui::BeginMenu("help")) {
|
if (ImGui::BeginMenu("help")) {
|
||||||
if (ImGui::MenuItem("debug menu")) debugOpen=!debugOpen;
|
if (ImGui::MenuItem("debug menu")) debugOpen=!debugOpen;
|
||||||
|
if (ImGui::MenuItem("panic")) e->syncReset();
|
||||||
if (ImGui::MenuItem("about...")) {
|
if (ImGui::MenuItem("about...")) {
|
||||||
aboutOpen=true;
|
aboutOpen=true;
|
||||||
aboutScroll=0;
|
aboutScroll=0;
|
||||||
|
|
Loading…
Reference in a new issue