early-access version 2409

This commit is contained in:
pineappleEA
2022-01-17 22:40:21 +01:00
parent f58de3d4bb
commit 2e41bd5345
5 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ void InputEngine::ResetButtonState() {
SetButton(controller.first, button.first, false);
}
for (const auto& button : controller.second.hat_buttons) {
SetHatButton(controller.first, button.first, false);
SetHatButton(controller.first, button.first, 0);
}
}
}