Fix button press bleed through
This commit is contained in:
@@ -62,7 +62,7 @@ void MenuListActivity::loop() {
|
|||||||
onBackPressed();
|
onBackPressed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm)) {
|
if (mappedInput.wasPressed(MappedInputManager::Button::Confirm)) {
|
||||||
toggleCurrentItem();
|
toggleCurrentItem();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user