mirror of
https://github.com/ppy/osu
synced 2024-12-30 02:42:29 +00:00
Fix incorrect indent size
This commit is contained in:
parent
7200855d46
commit
40ceb4dfac
@ -165,10 +165,10 @@ namespace osu.Game.Rulesets.UI
|
||||
KeyBindingContainer.Add(inputCountController);
|
||||
|
||||
inputCountController.AddRange(KeyBindingContainer.DefaultKeyBindings
|
||||
.Select(b => b.GetAction<T>())
|
||||
.Distinct()
|
||||
.OrderBy(action => action)
|
||||
.Select(action => new KeyCounterActionTrigger<T>(action)));
|
||||
.Select(b => b.GetAction<T>())
|
||||
.Distinct()
|
||||
.OrderBy(action => action)
|
||||
.Select(action => new KeyCounterActionTrigger<T>(action)));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user