GUI: render backend recovery, part 1
This commit is contained in:
parent
87f80cae1d
commit
5fde2e7e30
12 changed files with 195 additions and 98 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue