This commit is contained in:
tildearrow 2023-10-23 13:49:48 -05:00
parent 6dddee40d5
commit f4bb5f2893

View file

@ -645,7 +645,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
altered=true;
}
if (ImGui::Checkbox("Disable 1Exy env ipdate (compatibility)",&no1EUpdate)) {
if (ImGui::Checkbox("Disable 1Exy env update (compatibility)",&no1EUpdate)) {
altered=true;
}