Merge remote-tracking branch 'upstream/master' into es5506_alt
This commit is contained in:
commit
3119ed8cc5
326 changed files with 8954 additions and 1452 deletions
|
|
@ -372,6 +372,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