1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

actually add boss key binding on windows

This commit is contained in:
Lena 2024-07-26 13:34:02 +02:00
parent 99de6899a4
commit 16fecc6eff
No known key found for this signature in database
GPG Key ID: 5A940B96C2DA3683

View File

@ -118,7 +118,7 @@ namespace osu.Game.Input.Bindings
};
if (OperatingSystem.IsWindows())
bindings.Append(new KeyBinding(InputKey.Insert, GlobalAction.BossKey));
return bindings.Append(new KeyBinding(InputKey.Insert, GlobalAction.BossKey));
return bindings;
}