From 60006dc862e0b1d126b1aa8a396dcf697591590c Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Wed, 26 Jul 2023 19:51:28 +0400 Subject: [PATCH] typo --- src/gui/effectList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/effectList.cpp b/src/gui/effectList.cpp index 26bea5a1..d9d9a6ec 100644 --- a/src/gui/effectList.cpp +++ b/src/gui/effectList.cpp @@ -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;