dev97 - add old octave boundary compat flag

This commit is contained in:
tildearrow 2022-05-22 13:25:59 -05:00
parent b40c95013a
commit 393d1c018d
10 changed files with 94 additions and 36 deletions

View file

@ -209,6 +209,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
ImGui::Checkbox("Old FM octave boundary behavior",&e->song.oldOctaveBoundary);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
}
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_COMPAT_FLAGS;
ImGui::End();