GUI: fix crash inducing typo

issue #1429
This commit is contained in:
tildearrow 2023-08-28 06:17:42 -05:00
parent 2357093bc8
commit f5ac9b13b6
1 changed files with 1 additions and 1 deletions

View File

@ -3861,7 +3861,7 @@ void FurnaceGUI::resetColors() {
}
void FurnaceGUI::resetKeybinds() {
for (int i=0; i<GUI_COLOR_MAX; i++) {
for (int i=0; i<GUI_ACTION_MAX; i++) {
if (guiActions[i].defaultBind==-1) continue;
actionKeys[i]=guiActions[i].defaultBind;
}