mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-08 15:34:32 +00:00
Fix Y button changing character
This commit is contained in:
parent
f80d46dc94
commit
a144793753
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ namespace MWGui
|
||||||
else
|
else
|
||||||
index++;
|
index++;
|
||||||
mCharacterSelection->setIndexSelected(index);
|
mCharacterSelection->setIndexSelected(index);
|
||||||
|
onCharacterSelected(mCharacterSelection, index);
|
||||||
}
|
}
|
||||||
else if (arg.button == SDL_CONTROLLER_BUTTON_DPAD_UP)
|
else if (arg.button == SDL_CONTROLLER_BUTTON_DPAD_UP)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue