Add test to check full flow of rebinding gameplay key bindings

Addresses a regression found in realm PR that was not covered by tests.
This commit is contained in:
Dean Herbert
2022-01-17 15:59:14 +09:00
parent e83c83a5e8
commit 12fd279b7d
2 changed files with 90 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
protected IEnumerable<Framework.Input.Bindings.KeyBinding> Defaults;
protected RulesetInfo Ruleset;
public RulesetInfo Ruleset { get; protected set; }
private readonly int? variant;