GUI: render backend recovery, part 1

This commit is contained in:
tildearrow 2023-07-02 00:09:39 -05:00
parent 87f80cae1d
commit 5fde2e7e30
12 changed files with 195 additions and 98 deletions

View file

@ -536,6 +536,9 @@ void FurnaceGUI::drawDebug() {
if (ImGui::Button("Spoiler")) {
spoilerOpen=!spoilerOpen;
}
if (ImGui::Button("Kill Graphics")) {
killGraphics=true;
}
ImGui::TreePop();
}
if (ImGui::TreeNode("Performance")) {