allow detune 4

This commit is contained in:
tildearrow 2022-03-07 22:28:20 -05:00
parent ec007b4443
commit cdd45bb18c
4 changed files with 5 additions and 5 deletions

View file

@ -1077,7 +1077,7 @@ void FurnaceGUI::drawInsEdit() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);
if (ImGui::SliderInt("##DT",&detune,-3,3)) { PARAMETER
if (ImGui::SliderInt("##DT",&detune,-3,4)) { PARAMETER
op.dt=detune+3;
} rightClickable
ImGui::TableNextColumn();