mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
actually add boss key binding on windows
This commit is contained in:
parent
99de6899a4
commit
16fecc6eff
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user