1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Revert ordering and reword comment

This commit is contained in:
Dean Herbert 2022-08-09 19:26:24 +09:00
parent 940629f2f1
commit 551e1cf7ff

View File

@ -32,13 +32,13 @@ namespace osu.Game.Input.Bindings
}
// IMPORTANT: Do not change the order of key bindings in this list.
// It is used to decide the int values when storing settings in DatabasedKeyBindingContainer.
// It is used to decide the order of precedence (see note in DatabasedKeyBindingContainer).
public override IEnumerable<IKeyBinding> DefaultKeyBindings => GlobalKeyBindings
.Concat(OverlayKeyBindings)
.Concat(EditorKeyBindings)
.Concat(InGameKeyBindings)
.Concat(SongSelectKeyBindings)
.Concat(AudioControlKeyBindings)
.Concat(OverlayKeyBindings);
.Concat(AudioControlKeyBindings);
public IEnumerable<KeyBinding> GlobalKeyBindings => new[]
{