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:
parent
4c57763473
commit
3a3d9db890
3 changed files with 3 additions and 14 deletions
|
|
@ -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"))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue