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