From 0f6d66d80a950c87242742e0eae8749e7cb6ae07 Mon Sep 17 00:00:00 2001 From: Tommy Hosewol Date: Fri, 29 Oct 2021 16:58:51 +0200 Subject: [PATCH] Minor bug fix --- src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs b/src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs index a1bb98b..a85cfd4 100644 --- a/src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs +++ b/src/Avans.FlatGalaxy.Presentation/Commands/ShortcutList.cs @@ -33,7 +33,7 @@ public ShortcutList() Add(new() { - Command = new SpeedUpCommand(), + Command = new SpeedDownCommand(), Description = "Speed down simulation", Key = Key.OemMinus, });