This commit is contained in:
Eknous-P 2023-07-26 19:51:28 +04:00
parent d19214045c
commit 60006dc862
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ void FurnaceGUI::drawEffectList() {
// ImGui::SameLine();
ImGui::Checkbox("System (secondary)",&effectShowSysSecondary);
// ImGui::SameLine();
ImGui::Checkbox("Miscellanious",&effectShowMisc);
ImGui::Checkbox("Miscellaneous",&effectShowMisc);
ImGui::TreePop();
}
effectShowAll = effectShowMisc && effectShowPanning && effectShowPitch && effectShowVolume && effectShowSong && effectShowTime && effectShowSpeed && effectShowSysPrimary && effectShowSysSecondary;