Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyhosewol committed Oct 29, 2021
1 parent cbd2e16 commit 0f6d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ShortcutList()

Add(new()
{
Command = new SpeedUpCommand(),
Command = new SpeedDownCommand(),
Description = "Speed down simulation",
Key = Key.OemMinus,
});
Expand Down

0 comments on commit 0f6d66d

Please sign in to comment.