mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
GUI: din't call it gate
This commit is contained in:
parent
13e320787c
commit
efce769369
1 changed files with 1 additions and 1 deletions
|
@ -4492,7 +4492,7 @@ void FurnaceGUI::drawInsEdit() {
|
||||||
ins->std.dutyMacro.vZoom=-1;
|
ins->std.dutyMacro.vZoom=-1;
|
||||||
PARAMETER;
|
PARAMETER;
|
||||||
}
|
}
|
||||||
P(ImGui::Checkbox("Don't test/gate before new note",&ins->c64.noTest));
|
P(ImGui::Checkbox("Don't test before new note",&ins->c64.noTest));
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
if (ins->type==DIV_INS_PCE ||
|
if (ins->type==DIV_INS_PCE ||
|
||||||
|
|
Loading…
Reference in a new issue