mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-13 18:50:54 +01:00
Fix misslabeled keys in shortcut dialog
This commit is contained in:
parent
91a4e2351d
commit
4e5b3dbca5
@ -2347,8 +2347,8 @@ void feis::display_shortcuts_help(bool& show) {
|
|||||||
) {
|
) {
|
||||||
table_header();
|
table_header();
|
||||||
table_shortcut("Play / Pause", "Space");
|
table_shortcut("Play / Pause", "Space");
|
||||||
table_shortcut("Move Backwards In Time", "Down");
|
table_shortcut("Move Backwards In Time", "Up");
|
||||||
table_shortcut("Move Forwards In Time", "Up");
|
table_shortcut("Move Forwards In Time", "Down");
|
||||||
table_shortcut("Decrease Snap", "Left");
|
table_shortcut("Decrease Snap", "Left");
|
||||||
table_shortcut("Increase Snap", "Right");
|
table_shortcut("Increase Snap", "Right");
|
||||||
ImGui::EndTable();
|
ImGui::EndTable();
|
||||||
|
Loading…
Reference in New Issue
Block a user