1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

'back' button in mouse config

This commit is contained in:
Zeno Rogue 2019-06-28 09:48:54 +02:00
parent fe635cc7d8
commit e1731fce02

View File

@ -1882,6 +1882,7 @@ void configureMouse() {
dialog::add_action_push(ors::show);
#endif
dialog::addBack();
dialog::display();
}