fix E1xy/E2xy behaving wrong with arps

This commit is contained in:
tildearrow 2022-02-18 01:27:26 -05:00
parent f272f3f3f7
commit fbed03dd0c
6 changed files with 26 additions and 5 deletions

View file

@ -1843,6 +1843,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.5.5");
}
ImGui::Checkbox("Broken shortcut slides (E1xy/E2xy)",&e->song.brokenShortcutSlides);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.5.7");
}
}
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_COMPAT_FLAGS;
ImGui::End();