GUI; add button

This commit is contained in:
tildearrow 2023-11-03 12:54:37 -05:00
parent 3d168fa0e0
commit 4e48e87313

View file

@ -591,6 +591,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button("Compat Flags")) {
compatFlagsOpen=!compatFlagsOpen;
}
ImGui::SameLine();
if (ImGui::Button("XYOsc")) {
xyOscOpen=!xyOscOpen;
}
ImGui::Separator();