mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
hmmm
This commit is contained in:
parent
bf8250a82c
commit
0af7275275
1 changed files with 1 additions and 1 deletions
|
@ -6661,6 +6661,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
if (ImGui::BeginTabBar("insEditTab")) {
|
||||
std::vector<FurnaceGUIMacroDesc> macroList;
|
||||
|
||||
// TODO:this is horrible. please change.
|
||||
if(ins->type == DIV_INS_SID3)
|
||||
{
|
||||
drawInsSID3(ins);
|
||||
|
@ -6668,7 +6669,6 @@ void FurnaceGUI::drawInsEdit() {
|
|||
goto insEditEnd;
|
||||
}
|
||||
|
||||
|
||||
if (ins->type==DIV_INS_FM || ins->type==DIV_INS_OPL || ins->type==DIV_INS_OPLL || ins->type==DIV_INS_OPZ || ins->type==DIV_INS_OPL_DRUMS || ins->type==DIV_INS_OPM || ins->type==DIV_INS_ESFM) {
|
||||
char label[32];
|
||||
int opCount=4;
|
||||
|
|
Loading…
Reference in a new issue