Merge branch 'master' into realm-ruleset-keybinding-short-name

This commit is contained in:
Dan Balasescu
2021-11-24 13:48:48 +09:00
30 changed files with 132 additions and 84 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
public class RulesetBindingsSection : SettingsSection
{
public override Drawable CreateIcon() => ruleset?.CreateInstance()?.CreateIcon() ?? new SpriteIcon
public override Drawable CreateIcon() => ruleset?.CreateInstance().CreateIcon() ?? new SpriteIcon
{
Icon = OsuIcon.Hot
};