GUI: add spoiler window
This commit is contained in:
parent
6772159d5f
commit
60334fb03c
6 changed files with 68 additions and 2 deletions
|
|
@ -369,6 +369,9 @@ void FurnaceGUI::drawDebug() {
|
|||
if (ImGui::Button("Inspect")) {
|
||||
inspectorOpen=!inspectorOpen;
|
||||
}
|
||||
if (ImGui::Button("Spoiler")) {
|
||||
spoilerOpen=!spoilerOpen;
|
||||
}
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Performance")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue