1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-24 13:39:43 +00:00

racing::add_debug

This commit is contained in:
Zeno Rogue
2018-12-23 13:10:46 +01:00
parent 2bc66342dd
commit d65c41db12
3 changed files with 12 additions and 1 deletions

View File

@@ -431,7 +431,7 @@ struct debugScreen {
}
dialog::addBack();
dialog::display();
keyhandler = [this, what] (int sym, int uni) {
handlePanning(sym, uni);
dialog::handleNavigation(sym, uni);