1
0
Fork 0
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:
Andrew Lanzone 2025-05-12 20:32:59 -07:00
parent 9aff9cb48e
commit 9a72ecb61c

View file

@ -231,8 +231,6 @@ namespace MWGui
if (mTakeButton->getVisible())
onTakeButtonClicked(mTakeButton);
else
onCloseButtonClicked(mCloseButton);
return true;
}
else if (arg.button == SDL_CONTROLLER_BUTTON_B)