1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-08 19:04:34 +00:00

Fix Y button changing character

This commit is contained in:
Andrew Lanzone 2025-05-18 22:45:03 -07:00
parent f80d46dc94
commit a144793753

View file

@ -525,6 +525,7 @@ namespace MWGui
else
index++;
mCharacterSelection->setIndexSelected(index);
onCharacterSelected(mCharacterSelection, index);
}
else if (arg.button == SDL_CONTROLLER_BUTTON_DPAD_UP)
{