fix pitch slide speed control not being there
This commit is contained in:
parent
cdb2d7a02a
commit
47d572914c
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ void FurnaceGUI::drawCompatFlags() {
|
|||
}
|
||||
ImGui::Unindent();
|
||||
|
||||
if (e->song.linearPitch==2) {
|
||||
if (e->song.linearPitch) {
|
||||
ImGui::SameLine();
|
||||
ImGui::SetNextItemWidth(120.0f*dpiScale);
|
||||
if (ImGui::InputScalar(_("Pitch slide speed multiplier"),ImGuiDataType_U8,&e->song.pitchSlideSpeed,&_ONE,&_ONE)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue