GUI: remove partial pitch linearity option

it still remains in the engine but will be removed after I update demo songs
This commit is contained in:
tildearrow 2025-10-21 19:28:02 -05:00
parent 4c57763473
commit 3a3d9db890
3 changed files with 3 additions and 14 deletions

View file

@ -540,7 +540,7 @@ void FurnaceGUI::drawExport() {
ImGui::CloseCurrentPopup();
}
if (ImGui::Button(_("Set pitch linearity to Partial"))) {
e->song.linearPitch=1;
showError(_("No!"));
ImGui::CloseCurrentPopup();
}
if (ImGui::Button(_("Set fat to max"))) {