1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 22:25:12 +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); dialog::add_action_push(ors::show);
#endif #endif
dialog::addBack();
dialog::display(); dialog::display();
} }