mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
typo
This commit is contained in:
parent
d19214045c
commit
60006dc862
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue