mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +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())
|
if (OperatingSystem.IsWindows())
|
||||||
bindings.Append(new KeyBinding(InputKey.Insert, GlobalAction.BossKey));
|
return bindings.Append(new KeyBinding(InputKey.Insert, GlobalAction.BossKey));
|
||||||
|
|
||||||
return bindings;
|
return bindings;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user