make a member of FurnaceGUI

This commit is contained in:
Eknous-P 2023-12-08 16:08:31 +04:00
parent 594eb55942
commit 96ad124100
3 changed files with 6 additions and 2 deletions

View file

@ -31,7 +31,6 @@ void FurnaceGUI::drawExport() {
if (ImGui::BeginChild("sysPickerC",avail,false,ImGuiWindowFlags_NoScrollWithMouse|ImGuiWindowFlags_NoScrollbar)) {
if (ImGui::BeginTabBar("ExportTypes")) {
if (ImGui::BeginTabItem("Audio")) {
static int audioExportType=0;
ImGui::RadioButton("one file",&audioExportType,0);
ImGui::RadioButton("multiple files (one per chip)",&audioExportType,1);
ImGui::RadioButton("multiple files (one per channel)",&audioExportType,2);