GUI: prepare for standard ins editor

This commit is contained in:
tildearrow 2021-12-11 17:49:55 -05:00
parent 1d2c129c01
commit 926178414c
1 changed files with 2 additions and 3 deletions

View File

@ -52,8 +52,7 @@ bool FurnaceGUI::loop() {
}
ImGui::EndMainMenuBar();
if (ImGui::Begin("Debug")) {
ImGui::Text("Hello world!\n");
if (ImGui::Begin("Playback")) {
ImGui::InputScalar("Speed 1",ImGuiDataType_U8,&e->song.speed1);
ImGui::InputScalar("Speed 2",ImGuiDataType_U8,&e->song.speed2);
unsigned char ord=e->getOrder();
@ -124,7 +123,7 @@ bool FurnaceGUI::loop() {
ImGui::PopID();
}
} else { // STD
ImGui::Text("STD editor here");
}
}
}