Update src/field_control_avatar.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
TheXaman 2022-08-30 17:01:59 +02:00 committed by GitHub
parent 61c95421eb
commit cc921c62d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ void FieldGetPlayerInput(struct FieldInput *input, u16 newKeys, u16 heldKeys)
#if TX_DEBUG_SYSTEM == TRUE && TX_DEBUG_SYSTEM_IN_MENU == FALSE
if (heldKeys & R_BUTTON)
{
if(input->pressedSelectButton)
if (input->pressedSelectButton)
{
input->input_field_1_0 = TRUE;
input->pressedSelectButton = FALSE;