summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index e93b9b7..9e4a6dd 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -513,6 +513,9 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
case '`':
c->ShowConsole();
break;
+ case 'f':
+ c->FrameStep();
+ break;
}
}