mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-05 12:43:07 +00:00
Don't close a book with A
This commit is contained in:
parent
9aff9cb48e
commit
9a72ecb61c
1 changed files with 0 additions and 2 deletions
|
|
@ -231,8 +231,6 @@ namespace MWGui
|
|||
|
||||
if (mTakeButton->getVisible())
|
||||
onTakeButtonClicked(mTakeButton);
|
||||
else
|
||||
onCloseButtonClicked(mCloseButton);
|
||||
return true;
|
||||
}
|
||||
else if (arg.button == SDL_CONTROLLER_BUTTON_B)
|
||||
|
|
|
|||
Loading…
Reference in a new issue