1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-14 02:12:05 +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
+1 -1
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);