fix "use wavetable" locking "use sample map" on ins types that do not support wavetables
This commit is contained in:
parent
6df8a9d460
commit
c274ae3a79
1 changed files with 2 additions and 0 deletions
|
|
@ -3510,6 +3510,8 @@ void FurnaceGUI::insTabSample(DivInstrument* ins) {
|
|||
}
|
||||
}
|
||||
ImGui::EndDisabled();
|
||||
} else {
|
||||
ins->amiga.useWave=false;
|
||||
}
|
||||
// Note map
|
||||
ImGui::BeginDisabled(ins->amiga.useWave);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue