memory composition, part 1
This commit is contained in:
parent
06c0d9d510
commit
7a41461883
5 changed files with 76 additions and 1 deletions
|
|
@ -587,6 +587,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button("Meter")) {
|
||||
volMeterOpen=!volMeterOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Memory")) {
|
||||
memoryOpen=!memoryOpen;
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue